mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-30 02:37:36 +02:00
Require clang >=15 for _BitInt support (#4176)
For appleclang, fixes issue #4173
This commit is contained in:
@ -394,7 +394,7 @@ inline auto map(uint128_opt) -> monostate { return {}; }
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef FMT_USE_BITINT
|
#ifndef FMT_USE_BITINT
|
||||||
# define FMT_USE_BITINT (FMT_CLANG_VERSION >= 1400)
|
# define FMT_USE_BITINT (FMT_CLANG_VERSION >= 1500)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if FMT_USE_BITINT
|
#if FMT_USE_BITINT
|
||||||
|
Reference in New Issue
Block a user