c++/4425: parse error/scope resolution operator in template parameter

lerdsuwa@gcc.gnu.org lerdsuwa@gcc.gnu.org
Sun Oct 28 06:01:00 GMT 2001


Synopsis: parse error/scope resolution operator in template parameter

State-Changed-From-To: analyzed->closed
State-Changed-By: lerdsuwa
State-Changed-When: Sun Oct 28 06:00:56 2001
State-Changed-Why:
    Not a bug.  The sequence '<:' is interpreted as a digraph '['.
    You have to write:
    	Template< ::ParClass> temp;
    Notice the space between '<' and '::'.

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



More information about the Gcc-prs mailing list