[Bug c++/56701] [C++11] The *this* pointer fails to bind to rvalue reference to pointer type

redi at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sun Mar 24 20:12:00 GMT 2013


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |rejects-valid
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2013-03-24
            Summary|[C++11]The *this* pointer   |[C++11] The *this* pointer
                   |fails to bind to rvalue     |fails to bind to rvalue
                   |reference to pointer type   |reference to pointer type
     Ever Confirmed|0                           |1

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> 2013-03-24 20:12:51 UTC ---
Confirmed, the reference should be bound to a temporary of type A*



More information about the Gcc-bugs mailing list