[Bug c++/18306] seems not possible to specialize a template member function

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Fri Nov 5 04:28:00 GMT 2004


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-05 04:28 -------
As I said before the code you have here is invalid C++.

you have to add
template<> in front of each of the specialization of a template member function.

Also you have problems with template namelookup also (read the 3.4 release notes for the problems 
which I am talking about).

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18306



More information about the Gcc-bugs mailing list