objective c - Can not compile @import after preprocessing -


i preprocessing code clang before compiling , modules enabled clang converts "#import <float.h>" "@import darwin.c.float;". when try compile preprocessed source, following error: "expected module name after module import" because "float" reserved word. there way disable checking of reserved words in @import?

seeing same thing. can hack around with:

@import darwin.c; 

update found open llvm bug this.


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -