This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/50080] [DR 468] error: 'template' (as a disambiguator) is only allowed within templates
- From: "paolo.carlini at oracle dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 05 Oct 2012 16:15:22 +0000
- Subject: [Bug c++/50080] [DR 468] error: 'template' (as a disambiguator) is only allowed within templates
- Auto-submitted: auto-generated
- References: <bug-50080-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50080
Paolo Carlini <paolo.carlini at oracle dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
AssignedTo|unassigned at gcc dot |paolo.carlini at oracle dot
|gnu.org |com
--- Comment #4 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-10-05 16:15:22 UTC ---
Looking at cp_parser_optional_template_keyword, this seems very easy to fix.