------- Comment #7 from pinskia at gcc dot gnu dot org 2008-02-28 17:07 ------- No, bug 99 has specialization too:
template<unsigned int n, unsigned int m> double ch(dummy<n>, dummy<m>); template<unsigned int n> double ch(dummy<n>, dummy<0>); template<unsigned int m> double ch(dummy<0>, dummy<m>); Those are all specialization of the first one, not overloaded functions. See also comment #11. *** This bug has been marked as a duplicate of 99 *** -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35387