------- Comment #14 from yuriry at gmail dot com 2008-04-02 17:15 ------- Hi Björn
My question is slightly off topic but I am really interested in the purpose of
defining a template class where a template parameter is not used. Why would
you need this?
Regards,
Yuri
template<class T>
class TBase
{
public:
~TBase();
virtual void pvMethod() = 0;
};
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33878
