[Bug c++/58407] [C++11] Should warn about deprecated implicit generation of copy constructor/assignment

alex at suncho dot com gcc-bugzilla@gcc.gnu.org
Sun Apr 27 00:05:00 GMT 2014


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58407

Alex Howlett <alex at suncho dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alex at suncho dot com

--- Comment #8 from Alex Howlett <alex at suncho dot com> ---
I found this thread because I went Googling after I discovered a bug in my code
resulting from the copy operations being generated despite my having written a
destructor.  I was angry that my compiler (Microsoft) hadn't emitted a warning.

Please add this warning if you haven't already.



More information about the Gcc-bugs mailing list