We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6274401 commit cfd00afCopy full SHA for cfd00af
fmt/format.h
@@ -261,7 +261,7 @@ typedef __int64 intmax_t;
261
// For GCC according to cppreference.com they were introduced in 3.3.
262
# define FMT_USE_EXTERN_TEMPLATES \
263
((__clang__ && FMT_USE_VARIADIC_TEMPLATES) || \
264
- FMT_GCC_VERSION >= 303)
+ (FMT_GCC_VERSION >= 303 && FMT_HAS_GXX_CXX11))
265
#endif
266
267
#ifdef FMT_HEADER_ONLY
0 commit comments