mirror of
https://github.com/fmtlib/fmt.git
synced 2025-01-12 15:39:09 +00:00
Disable non-type template args for nvhpc (#3053)
This commit is contained in:
parent
13d07c6a3d
commit
665d9779ec
@ -276,7 +276,8 @@
|
||||
#ifndef FMT_USE_NONTYPE_TEMPLATE_ARGS
|
||||
# if defined(__cpp_nontype_template_args) && \
|
||||
((FMT_GCC_VERSION >= 903 && FMT_CPLUSPLUS >= 201709L) || \
|
||||
__cpp_nontype_template_args >= 201911L)
|
||||
__cpp_nontype_template_args >= 201911L) && \
|
||||
!defined(__NVCOMPILER)
|
||||
# define FMT_USE_NONTYPE_TEMPLATE_ARGS 1
|
||||
# else
|
||||
# define FMT_USE_NONTYPE_TEMPLATE_ARGS 0
|
||||
|
Loading…
Reference in New Issue
Block a user