lysdexic@programming.devM to C++@programming.devEnglish · 1 year agoOn harmful overuse of std::move - The Old New Thingdevblogs.microsoft.comexternal-linkmessage-square22fedilinkarrow-up130arrow-down11
arrow-up129arrow-down1external-linkOn harmful overuse of std::move - The Old New Thingdevblogs.microsoft.comlysdexic@programming.devM to C++@programming.devEnglish · 1 year agomessage-square22fedilink
minus-squareSpecialpatrol@feddit.uklinkfedilinkarrow-up4arrow-down1·1 year agoCpp should have done ref by default and had & for copy, but here we are.
minus-squarelysdexic@programming.devOPMlinkfedilinkEnglisharrow-up1·11 months 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.