From 73bce850122a98aeaccf991810de9f51e50279f9 Mon Sep 17 00:00:00 2001 From: "K. Noel Belcourt" Date: Thu, 17 Jul 2008 19:19:27 +0000 Subject: [PATCH] Update to support pgi-7.2, now that I've started testing with it. [SVN r47512] --- 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 0f88d38e..0c17d978 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__ == 1) +#if (__PGIC__ == 7) && (__PGIC_MINOR__ <= 2) #define BOOST_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL #define BOOST_NO_TWO_PHASE_NAME_LOOKUP