mercator_rejection@lemmy.world to C++@programming.dev · 3 years 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-square3linkfedilinkarrow-up18arrow-down10cross-posted to: cpp@programming.devcpp@discuss.tchncs.de
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 · 3 years agomessage-square3linkfedilinkcross-posted to: cpp@programming.devcpp@discuss.tchncs.de
minus-squaregracicot@discuss.tchncs.delinkfedilinkarrow-up0·3 years 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.