[Bug c++/50080] [DR 468] error: 'template' (as a disambiguator) is only allowed within templates

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sat Jan 28 06:14:00 GMT 2012


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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2012-01-28
            Summary|[C++0x] error: 'template'   |[DR 468] error: 'template'
                   |(as a disambiguator) is     |(as a disambiguator) is
                   |only allowed within         |only allowed within
                   |templates                   |templates
     Ever Confirmed|0                           |1

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-01-28 05:50:18 UTC ---
Confirmed.
http://www.open-std.org/JTC1/SC22/WG21/docs/cwg_defects.html#468 was the defect
report against the C++ standard.

Since we support other CD1 with -std=c++98, I am removing the C++0x marker.



More information about the Gcc-bugs mailing list