andreasfertig@programming.dev to C++@programming.dev · 6 months agoEfficient C++: The hidden compile-time cost of auto return typesandreasfertig.comexternal-linkmessage-square9fedilinkarrow-up117arrow-down10
arrow-up117arrow-down1external-linkEfficient C++: The hidden compile-time cost of auto return typesandreasfertig.comandreasfertig@programming.dev to C++@programming.dev · 6 months agomessage-square9fedilink
minus-squareKairos@lemmy.todaylinkfedilinkarrow-up1·6 months agoHaving the return type name is absolutely better documented. But I guess were splitting hairs because its a hard typed language and lexers can find what it is anyway.
Having the return type name is absolutely better documented. But I guess were splitting hairs because its a hard typed language and lexers can find what it is anyway.