It just does the default, but C++11 deprecates having copy assignment operator without copy ctor. Eliminates many GCC -Wdeprecated-copy warnings.
It just does the default, but C++11 deprecates having copy assignment operator without copy ctor. Eliminates many GCC -Wdeprecated-copy warnings.