Re: NSAutoreleasePool and static data member constructors
Re: NSAutoreleasePool and static data member constructors
- Subject: Re: NSAutoreleasePool and static data member constructors
- From: Uli Kusterer <email@hidden>
- Date: Wed, 10 Oct 2007 21:56:50 +0200
Am 10.10.2007 um 21:42 schrieb John Stiles:
C++ objects as part of ObjC objects works OK in 10.4 (they are
properly constructed/destructed), if you enable a compiler flag.
It's 10.3 where it won't work.
John,
yes, I just found the 10.4 release notes that state this:
http://developer.apple.com/releasenotes/Cocoa/RN-ObjectiveC/index.html
There's some order caveats, and only default constructors can be
called, but at least that works now. Unless you need to be 10.3-
compatible, of course :-)
Cheers,
-- M. Uli Kusterer
http://www.zathras.de
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden