[Bug c++/46600] Default move constructor copies array elements instead of moving them.

2010-11-22 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46600 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug c++/46600] Default move constructor copies array elements instead of moving them.

2010-11-22 Thread yacwroy at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46600 --- Comment #2 from Simon Hill yacwroy at gmail dot com 2010-11-22 23:21:04 UTC --- Sorry about that. All that work and I didn't even notice my test GCC was the wrong one.

[Bug c++/46600] Default move constructor copies array elements instead of moving them.

2010-11-22 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46600 --- Comment #3 from Jonathan Wakely redi at gcc dot gnu.org 2010-11-22 23:48:47 UTC --- you should definitely try a recent snapshot, there's been a lot of work on move support and g++ is pretty close to the n3126 definitions (although those