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