mirror of
https://github.com/fmtlib/fmt.git
synced 2026-05-01 11:29:22 +08:00
fix
This commit is contained in:
parent
f68f452dea
commit
3ef23bdde6
@ -113,8 +113,8 @@
|
||||
# define FMT_USE_CONSTEVAL 0
|
||||
#elif FMT_LIBCPP_VERSION && FMT_LIBCPP_VERSION < 10000
|
||||
# define FMT_USE_CONSTEVAL 0
|
||||
#elif defined(__apple_build_version__) && __apple_build_version__ < 14000029L
|
||||
# define FMT_USE_CONSTEVAL 0 // consteval is broken in Apple clang < 14.
|
||||
#elif defined(__apple_build_version__)
|
||||
# define FMT_USE_CONSTEVAL 0 // consteval is broken in Apple clang.
|
||||
#elif FMT_MSC_VERSION && FMT_MSC_VERSION < 1929
|
||||
# define FMT_USE_CONSTEVAL 0 // consteval is broken in MSVC VS2019 < 16.10.
|
||||
#elif defined(__cpp_consteval)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user