mirror of
https://github.com/fmtlib/fmt.git
synced 2025-09-11 13:43:01 -04:00
Fix warnings on C++98
This commit is contained in:
parent
6274401919
commit
cfd00af37a
@ -261,7 +261,7 @@ typedef __int64 intmax_t;
|
|||||||
// For GCC according to cppreference.com they were introduced in 3.3.
|
// For GCC according to cppreference.com they were introduced in 3.3.
|
||||||
# define FMT_USE_EXTERN_TEMPLATES \
|
# define FMT_USE_EXTERN_TEMPLATES \
|
||||||
((__clang__ && FMT_USE_VARIADIC_TEMPLATES) || \
|
((__clang__ && FMT_USE_VARIADIC_TEMPLATES) || \
|
||||||
FMT_GCC_VERSION >= 303)
|
(FMT_GCC_VERSION >= 303 && FMT_HAS_GXX_CXX11))
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef FMT_HEADER_ONLY
|
#ifdef FMT_HEADER_ONLY
|
||||||
|
Loading…
x
Reference in New Issue
Block a user