mirror of
https://github.com/bkaradzic/bx.git
synced 2026-09-13 05:48:22 +00:00
This fixes an error when using the clang compiler on windows using `-std=c++23` (llvm 18). The error message is not meant for clang and `/Zc:__cplusplus` is invalid for clang as the compiler properly sets `__cplusplus`.