Patch pgi so it is open-coded to work for any PGI

compiler version 7 or greater.



[SVN r48380]
This commit is contained in:
K. Noel Belcourt
2008-08-25 16:31:24 +00:00
parent 4783cd575f
commit 3b7f078746

View File

@ -16,7 +16,7 @@
// if no threading API is detected.
//
#if (__PGIC__ == 7) && (__PGIC_MINOR__ <= 2)
#if (__PGIC__ >= 7)
#define BOOST_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL
#define BOOST_NO_TWO_PHASE_NAME_LOOKUP