mirror of https://github.com/AxioDL/boo.git
Additional ARC header check for Cocoa
This commit is contained in:
parent
e21074ce57
commit
1c53398b75
|
@ -2,6 +2,10 @@
|
|||
#define BOO_COCOACOMMON_HPP
|
||||
#if __APPLE__
|
||||
|
||||
#if !__has_feature(objc_arc)
|
||||
#error ARC Required
|
||||
#endif
|
||||
|
||||
#include <Availability.h>
|
||||
#include <utility>
|
||||
|
||||
|
|
Loading…
Reference in New Issue