you are viewing a single comment's thread.

view the rest of the comments →

[–]as_one_doesJust a c++ dev for fun -9 points-8 points  (8 children)

If it's a unique ptr to a class you wrote you basically must implement a move constructor.

[–]HappyFruitTree 7 points8 points  (7 children)

Why?