DescriptionForward-declare enums in a way that is compatible with NS_ENUM
Starting with the 10.8 SDK and the iOS 6.0 SDK, enums are declared
strongly typed in C++11 mode, which the old forward-declares weren't
compatible with. This creates a new macro for forward-declaring these
enums in a way that will match the SDK and compilation mode.
BUG=226494
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=192543
Patch Set 1 #Patch Set 2 : Don't check objc_fixed_enum #Messages
Total messages: 6 (0 generated)
|