This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11323] Template parsing error
- From: "mleone at pixar dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 Jun 2003 01:57:02 -0000
- Subject: [Bug c++/11323] Template parsing error
- References: <20030626015109.11323.mleone@pixar.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11323
------- Additional Comments From mleone at pixar dot com 2003-06-26 01:57 -------
Workaround: qualify templated method with its class name:
x.Foo::foo<T>()