mirror of
https://github.com/boostorg/config.git
synced 2026-07-08 09:21:05 +02:00
f27ef7207a
before enabling the macro. Apple helpfully supplies this macro (__DARWIN_NO_LONG_LONG) if long long type is supported. This to handle case where compiling with -pedantic causes compiler errors because it enforces ISO compliance (c++98 in this case).