soc to Programming LanguagesEnglish · 2 months agoStop Using <> for Genericssoc.meexternal-linkmessage-square21linkfedilinkarrow-up19arrow-down18
arrow-up11arrow-down1external-linkStop Using <> for Genericssoc.mesoc to Programming LanguagesEnglish · 2 months agomessage-square21linkfedilink
minus-squarenodelunalinkfedilinkEnglisharrow-up2·2 months 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