Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix error: cannot use 'try' with exceptions disabled in Win LLVM Clang (
#4208) 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.
- Loading branch information