Skip to content

Commit 9973576

Browse files
authored
Fix FMT_USE_NONTYPE_TEMPLATE_ARGS define back (#3937)
Broken in refactor f1924d3
1 parent aa52eb7 commit 9973576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/fmt/base.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ import std;
141141
#elif defined(__NVCOMPILER)
142142
# define FMT_USE_NONTYPE_TEMPLATE_ARGS 0
143143
#elif FMT_GCC_VERSION >= 903 && FMT_CPLUSPLUS >= 201709L
144-
# define FMT_USE_NONTYPE_TEMPLATE_ARGS 0
144+
# define FMT_USE_NONTYPE_TEMPLATE_ARGS 1
145145
#elif defined(__cpp_nontype_template_args) && \
146146
__cpp_nontype_template_args >= 201911L
147147
# define FMT_USE_NONTYPE_TEMPLATE_ARGS 1

0 commit comments

Comments
 (0)