fix: insert defined auround __PGI
This commit is contained in:
parent
970b8b91c1
commit
e37e57314c
@ -145,7 +145,7 @@ FMT_END_NAMESPACE
|
||||
(!defined(__EDG_VERSION__) || __EDG_VERSION__ >= 501) && \
|
||||
((FMT_GCC_VERSION >= 604 && __cplusplus >= 201402L) || \
|
||||
FMT_CLANG_VERSION >= 304) && \
|
||||
!__PGI
|
||||
!defined(__PGI)
|
||||
# define FMT_USE_UDL_TEMPLATE 1
|
||||
# else
|
||||
# define FMT_USE_UDL_TEMPLATE 0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user