I have the following code:
template class A { public: virtual void func() { // Things that don\'t use T parameter. } }; cl