Glob: Use the default copy constructor and assignment operator
No need to write ones that do what the default one does, makes sure that if a new field is introduced it won't be forgotten in any of the two.
Please register or sign in to comment
No need to write ones that do what the default one does, makes sure that if a new field is introduced it won't be forgotten in any of the two.