specialization of implicitly-declared special member function

nbecker@fred.net nbecker@fred.net
Thu Sep 10 11:37:00 GMT 1998


Is this really an error?  (Where is a copy of the standard available?)

template<class T>
class A {
public:
  template<class I> A (const I& a, const I& b);
  template<> A (int a, int b);
};

g++ -c Test.cc
Test.cc:6: specialization of implicitly-declared special member function



More information about the Gcc mailing list