From 5b96a1a80ed3b8e8ecb48649a83e604e97eb96c5 Mon Sep 17 00:00:00 2001 From: "K. Noel Belcourt" Date: Sat, 14 Jan 2012 23:31:06 +0000 Subject: [PATCH] Fix PGI threading. [SVN r76502] --- include/boost/config/requires_threads.hpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/boost/config/requires_threads.hpp b/include/boost/config/requires_threads.hpp index eb5b635a..cfaff230 100644 --- a/include/boost/config/requires_threads.hpp +++ b/include/boost/config/requires_threads.hpp @@ -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"