$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r76502 - trunk/boost/config
From: kbelco_at_[hidden]
Date: 2012-01-14 18:31:06
Author: noel_belcourt
Date: 2012-01-14 18:31:06 EST (Sat, 14 Jan 2012)
New Revision: 76502
URL: http://svn.boost.org/trac/boost/changeset/76502
Log:
Fix PGI threading.
Text files modified: 
   trunk/boost/config/requires_threads.hpp |     5 -----                                   
   1 files changed, 0 insertions(+), 5 deletions(-)
Modified: trunk/boost/config/requires_threads.hpp
==============================================================================
--- trunk/boost/config/requires_threads.hpp	(original)
+++ trunk/boost/config/requires_threads.hpp	2012-01-14 18:31:06 EST (Sat, 14 Jan 2012)
@@ -81,11 +81,6 @@
 //  example) also #define _MSC_VER
 #  error "Compiler threading support is not turned on. Please set the correct command line options for threading: either /MT /MTd /MD or /MDd"
 
-#elif defined __PGIC__
-// PGI
-//
-// No compiler support for threading 
-
 #else
 
 #  error "Compiler threading support is not turned on.  Please consult your compiler's documentation for the appropriate options to use"