mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-22 18:40:05 +00:00
Fix FMT_USE_NONTYPE_TEMPLATE_ARGS define back (#3937)
Broken in refactor f1924d3
This commit is contained in:
parent
aa52eb765d
commit
99735764ea
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user