[Bug c++/104437] Constructor of templated class with full instantiation name rejected in -std=c++2a

redi at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Feb 8 10:11:32 GMT 2022


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104437

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2022-02-08
             Status|UNCONFIRMED                 |NEW
                 CC|                            |mpolacek at gcc dot gnu.org
     Ever confirmed|0                           |1
           Keywords|rejects-valid               |accepts-invalid, diagnostic

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Definitely b, this is not valid in C++20.

The inline keyword shouldn't change anything, that should be invalid too.


More information about the Gcc-bugs mailing list