Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I disable ARC in just part of a file, not the whole thing? [duplicate]

Possible Duplicate:
Pragma to explicitly enable ARC?

Basically, I want a part of a file to not use ARC, and the rest to use it (long story...). Aside from disabling ARC on a per-file basis, is there a way to do this with pre-compiler # commands?

like image 910
Ben Gottlieb Avatar asked Nov 03 '22 16:11

Ben Gottlieb


1 Answers

No. sorry.

It's been asked before one stack overflow before :

Pragma to explicitly enable ARC?

And by the developer community in general :

http://lists.cs.uiuc.edu/pipermail/llvmbugs/2012-March/022462.html

like image 128
deanWombourne Avatar answered Nov 15 '22 06:11

deanWombourne