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.
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.