[Bug c++/53654] move constructor incorrectly delete copy constructor defined by template

2012-07-25 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53654 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug c++/53654] move constructor incorrectly delete copy constructor defined by template

2012-06-13 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53654 --- Comment #1 from Jonathan Wakely redi at gcc dot gnu.org 2012-06-13 08:48:44 UTC --- This behaviour is correct and required by the standard. The template constructor is not a copy constructor, so a copy constructor is still