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++/1914: [parser] parse error at template default arg in ctor


Synopsis: [parser] parse error at template default arg in ctor

State-Changed-From-To: analyzed->closed
State-Changed-By: bangerth
State-Changed-When: Wed Oct 30 18:03:52 2002
State-Changed-Why:
    Not a bug.
    
    This is another instance of the problem of default arguments
    with templates with more than two template parameters. Since
    default argument parsing stops at the first comma not nested
    in parentheses, there results a parse error.
    
    There are many more instances of this in the archives.

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


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