Re: warning: class 'xxx' has virtual functions but non-virtual destructor
Re: warning: class 'xxx' has virtual functions but non-virtual destructor
- Subject: Re: warning: class 'xxx' has virtual functions but non-virtual destructor
- From: Jim Correia <email@hidden>
- Date: Mon, 5 Jan 2004 19:23:18 -0500
On Jan 5, 2004, at 6:59 PM, Kevin Hoyt wrote:
I'm getting this warning:
class 'xxx' has virtual functions but non-virtual destructor
This warning is correct, but what does it really mean? What are the
gotchas to having a class with virtual functions and a non-virtual
destructor?
Google is your friend ;-)
<http://www.parashift.com/c++-faq-lite/virtual-functions.html#faq-20.5>
Jim
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.