Re: ARC Help
Re: ARC Help
- Subject: Re: ARC Help
- From: Greg Parker <email@hidden>
- Date: Fri, 22 Mar 2013 16:45:39 -0700
On Mar 22, 2013, at 2:48 PM, Chris Tracewell <email@hidden> wrote:
> On Mar 22, 2013, at 1:51 PM, Quincey Morris <email@hidden> wrote:
>> or to add an explicit 'atomic' in only those cases where atomicity is required and (for custom accessors) actually implemented.
>
> Do you mean to add 'atomic' by not declaring 'nonatomic'? I just read that 'atomic' is not an actual keyword and will cause a crash... but that thread was from '09 --> http://stackoverflow.com/questions/588866/atomic-vs-nonatomic-properties
clang added support for (atomic) some time ago; Xcode 4.2, I think.
--
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
References: | |
| >ARC Help (From: Chris Tracewell <email@hidden>) |
| >Re: ARC Help (From: Quincey Morris <email@hidden>) |
| >Re: ARC Help (From: Chris Tracewell <email@hidden>) |