From 3b7f0787465243dfdfcd57ce7eac80e53ca7360a Mon Sep 17 00:00:00 2001 From: "K. Noel Belcourt" Date: Mon, 25 Aug 2008 16:31:24 +0000 Subject: [PATCH] Patch pgi so it is open-coded to work for any PGI compiler version 7 or greater. [SVN r48380] --- include/boost/config/compiler/pgi.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/config/compiler/pgi.hpp b/include/boost/config/compiler/pgi.hpp index 0c17d978..41f29c75 100644 --- a/include/boost/config/compiler/pgi.hpp +++ b/include/boost/config/compiler/pgi.hpp @@ -16,7 +16,7 @@ // if no threading API is detected. // -#if (__PGIC__ == 7) && (__PGIC_MINOR__ <= 2) +#if (__PGIC__ >= 7) #define BOOST_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL #define BOOST_NO_TWO_PHASE_NAME_LOOKUP