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

Paolo Carlini <paolo.carlini at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[C++1] Should warn about    |[C++11] Should warn about
                   |deprecated implicit         |deprecated implicit
                   |generation of copy          |generation of copy
                   |constructor/assignment      |constructor/assignment

--- Comment #1 from Paolo Carlini <paolo.carlini at oracle dot com> ---
Out of curiosity, are you aware of other compilers emitting such warning? With
which wording, in case? Because I don't seem to be able to get one from current
clang and icc.


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