c++/7165: Static template member functions causes parse error when accessed from template class
nathan@gcc.gnu.org
nathan@gcc.gnu.org
Sun Jun 30 02:58:00 GMT 2002
Synopsis: Static template member functions causes parse error when accessed from template class
State-Changed-From-To: open->closed
State-Changed-By: nathan
State-Changed-When: Sun Jun 30 02:44:18 2002
State-Changed-Why:
not a bug. you need to say
B() : t(TA::template g<T>())
{ }
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7165
More information about the Gcc-bugs
mailing list