lysdexic@programming.devM to C++@programming.devEnglish · 1 year agoOn harmful overuse of std::move - The Old New Thingdevblogs.microsoft.comexternal-linkmessage-square22fedilinkarrow-up129arrow-down11
arrow-up128arrow-down1external-linkOn harmful overuse of std::move - The Old New Thingdevblogs.microsoft.comlysdexic@programming.devM to C++@programming.devEnglish · 1 year agomessage-square22fedilink
minus-squarelysdexic@programming.devOPMlinkfedilinkEnglisharrow-up1·1 year 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.
That would defeat the goal of making it backwards-compatible with C.