c++/1914: [parser] parse error at template default arg in ctor

bangerth@dealii.org bangerth@dealii.org
Wed Oct 30 18:13:00 GMT 2002


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



More information about the Gcc-bugs mailing list