Open ecatmur opened 1 year ago
The compiler-generated copy assignment operator is deprecated since C++11 on classes with user-declared copy constructor.
This change allows clean compilation with the -Wdeprecated-copy/-Wdeprecated-copy-with-user-provided-ctor flag.
The compiler-generated copy assignment operator is deprecated since C++11 on classes with user-declared copy constructor.
This change allows clean compilation with the -Wdeprecated-copy/-Wdeprecated-copy-with-user-provided-ctor flag.