llvm-4.0 Questions
4
Solved
I have this Objective-C istruction:
NSRange range = NSMakeRange(i, MIN(a, b));
where a and bare NSUIntegers.
MIN() is the macro defined in the standard NSObjCRuntime.hheader file as:
#if !defi...
Lamed asked 26/10, 2012 at 12:37
2
Solved
New Xcode 4.4 is out and it should support literals like
@42
@"String"
@23.0L
@{ @"key" : obj } and
@[obj1, obj2]
and it should also support @YES and @NO, which isn't working when targeting lates...
Sad asked 27/7, 2012 at 10:28
1
© 2022 - 2024 — McMap. All rights reserved.