"lloyd at randombit dot net" <[EMAIL PROTECTED]> writes: | The following code: | | class A | { | public: | virtual ~A() = 0;
You still need to *define* the destructor. See ยง12.4/7. -- Gaby
"lloyd at randombit dot net" <[EMAIL PROTECTED]> writes: | The following code: | | class A | { | public: | virtual ~A() = 0;
You still need to *define* the destructor. See ยง12.4/7. -- Gaby