http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53725

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |rejects-valid
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2012-06-20
     Ever Confirmed|0                           |1

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-06-20 
01:43:15 UTC ---
Confirmed.

The candidate list also includes the implicitly-declared copy ctor (and in
c++11 mode the move ctor) which is also wrong because no definition can be
provided for an implicitly-declared special member function.

Reply via email to