Hi m, Thank you for the clarification. :-) 10.4 paragraph 2 clearly shows that the construct is illegal. I'll use the sanctioned form: class Foo { public: virtual ~Foo() = 0; }; inline Foo::~Foo() { } Sincerely, --Eljay
Hi m, Thank you for the clarification. :-) 10.4 paragraph 2 clearly shows that the construct is illegal. I'll use the sanctioned form: class Foo { public: virtual ~Foo() = 0; }; inline Foo::~Foo() { } Sincerely, --Eljay