re PR c++/46103 ([c++0x] moving from std::array copies the elements)
authorJason Merrill <jason@redhat.com>
Fri, 22 Oct 2010 18:37:41 +0000 (14:37 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 22 Oct 2010 18:37:41 +0000 (14:37 -0400)
commitf91352dcc350244cdfecca727b9daf2a652f0bea
tree6d779be93f457c0ed9fb8e6b01d6f2a1eafe78f1
parent4490cae6cb0679e404462dd6ed2f3fca67f1b2ff
re PR c++/46103 ([c++0x] moving from std::array copies the elements)

PR c++/46103
* init.c (build_vec_init): Handle memberwise move.

From-SVN: r165849
gcc/cp/ChangeLog
gcc/cp/init.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp0x/implicit10.C [new file with mode: 0644]