mirror of
https://github.com/fmtlib/fmt.git
synced 2026-02-06 07:15:08 +01:00
Fixes #4207. LLVM Clang on Windows does not define `__GNUC__`. The preprocessor falls to `#elif FMT_MSC_VERSION && !_HAS_EXCEPTIONS` with `_HAS_EXCEPTIONS 1` defined in vcruntime.h:104.