soc@programming.dev to Programming Languages@programming.devEnglish · 27 days agoStop Using <> for Genericssoc.meexternal-linkmessage-square21fedilinkarrow-up19arrow-down18
arrow-up11arrow-down1external-linkStop Using <> for Genericssoc.mesoc@programming.dev to Programming Languages@programming.devEnglish · 27 days agomessage-square21fedilink
minus-squarenodeluna@programming.devlinkfedilinkEnglisharrow-up2·24 days agoyou can constrain functions with c++20 concepts to ensure the compiler is calling the correct function if you’re that worried
you can constrain functions with c++20 concepts to ensure the compiler is calling the correct function if you’re that worried