This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]