fix: insert defined auround __PGI

This commit is contained in:
n16h7hunt3r 2020-08-11 23:39:04 +02:00
parent 970b8b91c1
commit e37e57314c

View File

@ -145,7 +145,7 @@ FMT_END_NAMESPACE
(!defined(__EDG_VERSION__) || __EDG_VERSION__ >= 501) && \ (!defined(__EDG_VERSION__) || __EDG_VERSION__ >= 501) && \
((FMT_GCC_VERSION >= 604 && __cplusplus >= 201402L) || \ ((FMT_GCC_VERSION >= 604 && __cplusplus >= 201402L) || \
FMT_CLANG_VERSION >= 304) && \ FMT_CLANG_VERSION >= 304) && \
!__PGI !defined(__PGI)
# define FMT_USE_UDL_TEMPLATE 1 # define FMT_USE_UDL_TEMPLATE 1
# else # else
# define FMT_USE_UDL_TEMPLATE 0 # define FMT_USE_UDL_TEMPLATE 0