mercator_rejection@lemmy.world to C++@programming.dev · 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-square3fedilinkarrow-up18arrow-down10cross-posted to: cpp@programming.devcpp
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.commercator_rejection@lemmy.world to C++@programming.dev · 1 year agomessage-square3fedilinkcross-posted to: cpp@programming.devcpp
minus-squaregracicotlinkfedilinkarrow-up2·1 year agoThis is actually what I did. I declared it and left a comment to explain why it needed to be left unimplemented.
This is actually what I did. I declared it and left a comment to explain why it needed to be left unimplemented.