From e37e57314c8a5292b03d0edc136ccf8ae7c7d4f8 Mon Sep 17 00:00:00 2001 From: n16h7hunt3r Date: Tue, 11 Aug 2020 23:39:04 +0200 Subject: [PATCH] fix: insert defined auround __PGI --- include/fmt/format.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fmt/format.h b/include/fmt/format.h index afef2be7..efe090d0 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -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