gracicottoC++@programming.dev•The move constructor that you have to declare, even though you don't want anyone to actually call it - The Old New Thing
2·
1 year agoThis is actually what I did. I declared it and left a comment to explain why it needed to be left unimplemented.
I would still say “no” since they are local objects and they are gonna be moved from implicitly anyway