forked from boostorg/config
Update to support pgi-7.2, now that I've started
testing with it. [SVN r47512]
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
// if no threading API is detected.
|
// 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_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL
|
||||||
#define BOOST_NO_TWO_PHASE_NAME_LOOKUP
|
#define BOOST_NO_TWO_PHASE_NAME_LOOKUP
|
||||||
|
Reference in New Issue
Block a user