C++ instance variables not destructed if NSZombieEnabled

2008-12-22 Thread Klaus Backert
In an application of mine I have some Objective-C classes with C++ instance variables (the Objective-C things own the C++ things). I build with the option GCC_OBJC_CALL_CXX_CDTORS = YES, i.e. run non- trivial default constructors and destructors on C++ instance variables of Objective-C

Re: C++ instance variables not destructed if NSZombieEnabled

2008-12-22 Thread Greg Parker
On Dec 22, 2008, at 6:49 AM, Klaus Backert wrote: In an application of mine I have some Objective-C classes with C++ instance variables (the Objective-C things own the C++ things). I build with the option GCC_OBJC_CALL_CXX_CDTORS = YES, i.e. run non- trivial default constructors and

Re: C++ instance variables not destructed if NSZombieEnabled

2008-12-22 Thread Klaus Backert
On 22.12.2008, at 22:54, Greg Parker wrote: On Dec 22, 2008, at 6:49 AM, Klaus Backert wrote: In an application of mine I have some Objective-C classes with C++ instance variables (the Objective-C things own the C++ things). I build with the option GCC_OBJC_CALL_CXX_CDTORS = YES, i.e. run