This is the mail archive of the gcc-prs@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]

Re: c++/1103


The following reply was made to PR c++/1103; it has been noted by GNATS.

From: lerdsuwa@gcc.gnu.org
To: a.d.parkins@liv.ac.uk, gcc-gnats@gcc.gnu.org, nobody@gcc.gnu.org
Cc:  
Subject: Re: c++/1103
Date: 25 Jan 2001 06:06:01 -0000

 Synopsis: G++ creates parse error when a member template is called within a template function
 
 State-Changed-From-To: open->analyzed
 State-Changed-By: lerdsuwa
 State-Changed-When: Wed Jan 24 22:06:01 2001
 State-Changed-Why:
     This is a known parser bug.  It can be worked around by
     changing
       p.MemberTemplate<double>();
     to
       p.template MemberTemplate<double>();
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=1103&database=gcc

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