Skip to content

Commit

Permalink
Fix FMT_USE_NONTYPE_TEMPLATE_ARGS define back (#3937)
Browse files Browse the repository at this point in the history
Broken in refactor f1924d3
  • Loading branch information
Arghnews authored Apr 16, 2024
1 parent aa52eb7 commit 9973576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/fmt/base.h
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ import std;
#elif defined(__NVCOMPILER)
# define FMT_USE_NONTYPE_TEMPLATE_ARGS 0
#elif FMT_GCC_VERSION >= 903 && FMT_CPLUSPLUS >= 201709L
# define FMT_USE_NONTYPE_TEMPLATE_ARGS 0
# define FMT_USE_NONTYPE_TEMPLATE_ARGS 1
#elif defined(__cpp_nontype_template_args) && \
__cpp_nontype_template_args >= 201911L
# define FMT_USE_NONTYPE_TEMPLATE_ARGS 1
Expand Down

0 comments on commit 9973576

Please sign in to comment.