soc@programming.dev to Programming Languages@programming.devEnglish · 1 个月前Stop Using <> for Genericssoc.meexternal-linkmessage-square21linkfedilinkarrow-up19arrow-down17
arrow-up12arrow-down1external-linkStop Using <> for Genericssoc.mesoc@programming.dev to Programming Languages@programming.devEnglish · 1 个月前message-square21linkfedilink
minus-squarenodeluna@programming.devlinkfedilinkEnglisharrow-up2·1 个月前you 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