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]

[Bug c++/14371] Unable to parse a function template that calls a member template


------- 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


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