Gabriel Sechan wrote:
There are situations where you can have virtual functions yet not need a virtual destructor- whenever you have no dynamic memory in the class.
I'm not sure what you mean by "dynamic" memory.Surely the C++ compiler can tell whether you have dynamic memory in the class? Isn't it staring you in the face?
-- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-lpsg
