[Bug c++/67342] Ill-formed move constructor ignored in favor of copy constructor

2015-08-24 Thread barry.revzin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67342 --- Comment #3 from Barry Revzin --- Thanks! I was pretty sure I was wrong but couldn't figure out why. Barry On Mon, Aug 24, 2015, 2:29 PM redi at gcc dot gnu.org < gcc-bugzi...@gcc.gnu.org> wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?

[Bug c++/67342] Ill-formed move constructor ignored in favor of copy constructor

2015-08-24 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67342 --- Comment #2 from Jonathan Wakely --- http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1402

[Bug c++/67342] Ill-formed move constructor ignored in favor of copy constructor

2015-08-24 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67342 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---