Re: Retain count in non ARC
Re: Retain count in non ARC
- Subject: Re: Retain count in non ARC
- From: Charles Srstka <email@hidden>
- Date: Mon, 07 Apr 2014 00:25:48 -0500
On Apr 6, 2014, at 11:28 PM, Graham Cox <email@hidden> wrote:
> On 7 Apr 2014, at 1:58 pm, Ben Kennedy <email@hidden> wrote:
>
>> t is for these two reasons that, from years of conditioning, I can watch my fingers type "(nonatomic " automatically and as if my magic as soon as I finish typing "@property " ...
>
> Me too, though it's been more to do with the fact that I don't like hidden contracts in my APIs. Discovering that 'atomic' is the default vindicates my pedantry all this time ;)
If you turn on -Wimplicit-atomic-properties, it'll warn you when you forget to put "nonatomic" or "atomic" in a property declaration.
Charles
_______________________________________________
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