mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-19 02:13:40 +00:00
Require clang >=15 for _BitInt support (#4176)
For appleclang, fixes issue #4173
This commit is contained in:
parent
96dca569a1
commit
fade652ade
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user