https://issues.dlang.org/show_bug.cgi?id=16536
--- Comment #9 from Martin Nowak <[email protected]> --- Looks like the difference between Xcode 7.3.x and older versions (tried 5.1.1) is the lack of __UINTMAX_TYPE__. Strangely David reports __UINTMAX_TYPE__ to be "long unsigned int" (compatible w/ dmd's ulong). Could someone who can reproduce the problem please run. touch test.c clang -dM -E test.c | grep UINTMAX prints #define __UINTMAX_TYPE__ long unsigned int for me. --
