mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01: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`.