lysdexic@programming.devM to C++@programming.devEnglish · 2 years agoOn harmful overuse of std::move - The Old New Thingdevblogs.microsoft.comexternal-linkmessage-square22linkfedilinkarrow-up130arrow-down11
arrow-up129arrow-down1external-linkOn harmful overuse of std::move - The Old New Thingdevblogs.microsoft.comlysdexic@programming.devM to C++@programming.devEnglish · 2 years agomessage-square22linkfedilink
minus-squareSpecialpatrol@feddit.uklinkfedilinkarrow-up4arrow-down1·2 years agoCpp should have done ref by default and had & for copy, but here we are.
minus-squarelysdexic@programming.devOPMlinkfedilinkEnglisharrow-up1·2 years ago Cpp should have done ref by default and had & for copy, but here we are. That would defeat the goal of making it backwards-compatible with C.
Cpp should have done ref by default and had & for copy, but here we are.
That would defeat the goal of making it backwards-compatible with C.