Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r77487 - trunk/boost/config/compiler
From: vicente.botet_at_[hidden]
Date: 2012-03-22 17:31:51


Author: viboes
Date: 2012-03-22 17:31:50 EDT (Thu, 22 Mar 2012)
New Revision: 77487
URL: http://svn.boost.org/trac/boost/changeset/77487

Log:
Config: Try to fix 6354: PGI: Compiler threading support is not turned on
Text files modified:
   trunk/boost/config/compiler/pgi.hpp | 9 +++++----
   1 files changed, 5 insertions(+), 4 deletions(-)

Modified: trunk/boost/config/compiler/pgi.hpp
==============================================================================
--- trunk/boost/config/compiler/pgi.hpp (original)
+++ trunk/boost/config/compiler/pgi.hpp 2012-03-22 17:31:50 EDT (Thu, 22 Mar 2012)
@@ -1,6 +1,6 @@
 // (C) Copyright Noel Belcourt 2007.
-// Use, modification and distribution are subject to the
-// Boost Software License, Version 1.0. (See accompanying file
+// Use, modification and distribution are subject to the
+// Boost Software License, Version 1.0. (See accompanying file
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
 // See http://www.boost.org for most recent version.
@@ -20,6 +20,7 @@
 
 // options requested by configure --enable-test
 #define BOOST_HAS_PTHREADS
+#define BOOST_HAS_THREADS
 #undef BOOST_HAS_PTHREAD_YIELD
 #define BOOST_HAS_NRVO
 #define BOOST_HAS_LONG_LONG
@@ -29,7 +30,7 @@
 #undef BOOST_NO_EXCEPTION_STD_NAMESPACE
 #undef BOOST_DEDUCED_TYPENAME
 
-#define BOOST_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL
+#define BOOST_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL
 #define BOOST_NO_TWO_PHASE_NAME_LOOKUP
 #define BOOST_NO_AUTO_MULTIDECLARATIONS
 #define BOOST_NO_AUTO_DECLARATIONS
@@ -49,7 +50,7 @@
 
 #elif __PGIC__ >= 7
 
-#define BOOST_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL
+#define BOOST_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL
 #define BOOST_NO_TWO_PHASE_NAME_LOOKUP
 #define BOOST_NO_SWPRINTF
 #define BOOST_NO_AUTO_MULTIDECLARATIONS


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