I have an iOS refactoring library that I want to work with and without the ARC compilation option. Is there a way to detect during compilation, like with an #ifdef, if ARC is available?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
||||
|
|
|
Yes, you can use the following:
Even if you're using the latest version of LLVM, this will only evaluate to true if you're compiling with the |
|||||||||
|