We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa52eb7 commit 9973576Copy full SHA for 9973576
include/fmt/base.h
@@ -141,7 +141,7 @@ import std;
141
#elif defined(__NVCOMPILER)
142
# define FMT_USE_NONTYPE_TEMPLATE_ARGS 0
143
#elif FMT_GCC_VERSION >= 903 && FMT_CPLUSPLUS >= 201709L
144
-# define FMT_USE_NONTYPE_TEMPLATE_ARGS 0
+# define FMT_USE_NONTYPE_TEMPLATE_ARGS 1
145
#elif defined(__cpp_nontype_template_args) && \
146
__cpp_nontype_template_args >= 201911L
147
# define FMT_USE_NONTYPE_TEMPLATE_ARGS 1
0 commit comments