gracicot to C++English · 1 year agoThe move constructor that you have to declare, even though you don't want anyone to actually call it - The Old New Thingdevblogs.microsoft.comexternal-linkmessage-square7fedilinkarrow-up18arrow-down10cross-posted to: cpp@programming.devcpp@programming.dev
arrow-up18arrow-down1external-linkThe move constructor that you have to declare, even though you don't want anyone to actually call it - The Old New Thingdevblogs.microsoft.comgracicot to C++English · 1 year agomessage-square7fedilinkcross-posted to: cpp@programming.devcpp@programming.dev
minus-squaregracicotOPlinkfedilinkEnglisharrow-up1·1 year agoI would still say “no” since they are local objects and they are gonna be moved from implicitly anyway
I would still say “no” since they are local objects and they are gonna be moved from implicitly anyway