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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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