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