lysdexic@programming.devM to C++@programming.devEnglish · 2 years agoOn harmful overuse of std::move - The Old New Thingdevblogs.microsoft.comexternal-linkmessage-square22linkfedilinkarrow-up128arrow-down11
arrow-up127arrow-down1external-linkOn harmful overuse of std::move - The Old New Thingdevblogs.microsoft.comlysdexic@programming.devM to C++@programming.devEnglish · 2 years agomessage-square22linkfedilink
minus-squareMiaoulinkfedilinkarrow-up1·edit-22 years agoThat’s a common idiom but the default behaviour is still implicit copy, which, with VLAs and no smart pointers, makes things arguably worse than in c++
That’s a common idiom but the default behaviour is still implicit copy, which, with VLAs and no smart pointers, makes things arguably worse than in c++