[Bug c++/11562] Reject legal code : call of template function in a template class
bangerth at dealii dot org
gcc-bugzilla@gcc.gnu.org
Thu Jul 17 15:09:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11562
bangerth at dealii dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From bangerth at dealii dot org 2003-07-17 15:09 -------
Confirmed, but this is already fixed in the development sources (which
will eventually become gcc3.4). For the time being, you can work
around the problem by either writing
a.template head<int> ();
or
a.A::head<int> ();
W.
More information about the Gcc-bugs
mailing list