soc to Programming LanguagesEnglish · 13 days agoStop Using <> for Genericssoc.meexternal-linkmessage-square17linkfedilinkarrow-up18arrow-down18
arrow-up10arrow-down1external-linkStop Using <> for Genericssoc.mesoc to Programming LanguagesEnglish · 13 days agomessage-square17linkfedilink
minus-squarenodelunalinkfedilinkEnglisharrow-up2·10 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