This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: c++/9887: Syntax error on explicit member function template argument in function template body


Synopsis: Syntax error on explicit member function template argument in function template body

State-Changed-From-To: open->closed
State-Changed-By: bangerth
State-Changed-When: Mon Mar  3 15:17:04 2003
State-Changed-Why:
    Not a bug. You need to write
        x.template f<int>(); // syntax error
    (note the "template" keyword here).
    
    W.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9887


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]