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++/66501] [4.9/5/6 Regression] Default move assignment does not move array members


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66501

--- Comment #1 from John Lindgren <john.lindgren at aol dot com> ---
For what it's worth, the default move *constructor* works correctly; it is only
the assignment operator that is the problem.


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