cxxopts
cxxopts copied to clipboard
Compilation problem on Mac OS 14.4
In file included from /Users/eijkhout/Installation/cxxopts/cxxopts-3.2.0/test/catch.hpp:72,
from /Users/eijkhout/Installation/cxxopts/cxxopts-3.2.0/test/main.cpp:2:
/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/TargetConditionals.h:140:50: error: missing binary operator before token "("
140 | #if !defined(__has_extension) || !__has_extension(define_target_os_macros)
| ^
I'm seeing more tickets about this problem:
https://github.com/catchorg/Catch2/issues/2837
https://github.com/libsdl-org/SDL/pull/9832