Re: [Plib-devel] virtual destructor needed for puRange?
Brought to you by:
sjbaker
From: Jan R. <slo...@gm...> - 2005-08-27 17:07:07
|
Am Fri, 26 Aug 2005 21:43:24 +0200 schrieb Bram Stolk <br...@sa...>: > gcc wants you to use virtual destructors if you use any virtual > funcs. > > Should a destructor be added? That's always a good idea if there's a virtual method in the class. See [20.7] of the C++ FAQ lite: http://www.parashift.com/c++-faq-lite/virtual-functions.html#faq-20.7 Kind regards, Jan R. -- Jan Reucker email: jan dot reucker at web dot de web: http://www.reucker-online.de |