Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

ARC check #5

Closed
billtt opened this issue Sep 15, 2014 · 1 comment · Fixed by #6
Closed

ARC check #5

billtt opened this issue Sep 15, 2014 · 1 comment · Fixed by #6

Comments

@billtt
Copy link
Contributor

billtt commented Sep 15, 2014

ARC check should be added in the code, otherwise the program will crash when compiled without ARC enabled. Like this:

if !__has_feature(objc_arc)

error AEPriceMatrix requires ARC

endif

@wellle
Copy link
Member

wellle commented Sep 16, 2014

Sounds good. Could you open a pull request for that? Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants