implicitly generated copy constructors are deprecated in C++11, if the class already has an assignment operator. quells warnings with modern gcc/clang.
implicitly generated copy constructors are deprecated in C++11, if the class already has an assignment operator. quells warnings with modern gcc/clang.