Re: How is this an "incorrect decrement of a reference count"?
Re: How is this an "incorrect decrement of a reference count"?
- Subject: Re: How is this an "incorrect decrement of a reference count"?
- From: Greg Parker <email@hidden>
- Date: Mon, 19 Mar 2012 16:27:35 -0700
On Mar 19, 2012, at 3:58 PM, G S <email@hidden> wrote:
> I will convert to ARC when I have time, but I'm using a couple of open-source libraries that I don't want to convert right now.
ARC supports that. As long as everybody follows Cocoa's naming conventions, you can compile some files with ARC and other files without ARC. So you can migrate your code to ARC (or even just some of your code), and leave the open-source libraries unchanged.
--
Greg Parker email@hidden Runtime Wrangler
_______________________________________________
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