Require clang >=15 for _BitInt support (#4176)

For appleclang, fixes issue #4173
This commit is contained in:
Justin Riddell
2024-09-27 00:10:51 +01:00
committed by GitHub
parent 96dca569a1
commit fade652ade

View File

@ -394,7 +394,7 @@ inline auto map(uint128_opt) -> monostate { return {}; }
#endif
#ifndef FMT_USE_BITINT
# define FMT_USE_BITINT (FMT_CLANG_VERSION >= 1400)
# define FMT_USE_BITINT (FMT_CLANG_VERSION >= 1500)
#endif
#if FMT_USE_BITINT