|
Boost-Commit : |
From: kbelco_at_[hidden]
Date: 2008-07-17 15:19:28
Author: noel_belcourt
Date: 2008-07-17 15:19:27 EDT (Thu, 17 Jul 2008)
New Revision: 47512
URL: http://svn.boost.org/trac/boost/changeset/47512
Log:
Update to support pgi-7.2, now that I've started
testing with it.
Text files modified:
trunk/boost/config/compiler/pgi.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/config/compiler/pgi.hpp
==============================================================================
--- trunk/boost/config/compiler/pgi.hpp (original)
+++ trunk/boost/config/compiler/pgi.hpp 2008-07-17 15:19:27 EDT (Thu, 17 Jul 2008)
@@ -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
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk