This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/66501] [4.9/5/6 Regression] Default move assignment does not move array members
- From: "john.lindgren at aol dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 11 Jun 2015 12:39:28 +0000
- Subject: [Bug c++/66501] [4.9/5/6 Regression] Default move assignment does not move array members
- Auto-submitted: auto-generated
- References: <bug-66501-4 at http dot gcc dot gnu dot org/bugzilla/>
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.