This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/14371] Unable to parse a function template that calls a member template
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Mar 2004 20:32:58 -0000
- Subject: [Bug c++/14371] Unable to parse a function template that calls a member template
- References: <20040301202602.14371.razeh@yahoo.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-03-01 20:32 -------
This is fixed for 3.4.0 by the new C++ parser (also this is a dup of 795).
A tempary workaround is do this on line 16:
r.template get<_T>(fi, 0);
*** This bug has been marked as a duplicate of 795 ***
*** This bug has been marked as a duplicate of 795 ***
--
What |Removed |Added
----------------------------------------------------------------------------
Resolution|FIXED |DUPLICATE
Target Milestone|--- |3.4.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14371