Replies: 1 comment 1 reply
-
This is to trivial to be included on the library level - just delete the copy constructor/assignment operator (or make it private) and you've got it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is your feature request related to a problem? Please describe.
Providing a convenient fashion to diable copy operator of class.
Describe the solution you'd like
Add
NonCopyable
class who disable copy operators and others can extend it.Beta Was this translation helpful? Give feedback.
All reactions