Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #define BOOST_COMPILER_VERSION __PGIC__##__PGIC_MINOR__
00011 #define BOOST_COMPILER "PGI compiler version " BOOST_STRINGIZE(_COMPILER_VERSION)
00012
00013
00014
00015
00016
00017
00018
00019 #if (__PGIC__ >= 7)
00020
00021 #define BOOST_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL
00022 #define BOOST_NO_TWO_PHASE_NAME_LOOKUP
00023 #define BOOST_NO_SWPRINTF
00024 #define BOOST_NO_INITIALIZER_LISTS
00025
00026 #else
00027
00028 # error "Pgi compiler not configured - please reconfigure"
00029
00030 #endif
00031
00032
00033
00034
00035
00036 #define BOOST_NO_CHAR16_T
00037 #define BOOST_NO_CHAR32_T
00038 #define BOOST_NO_CONSTEXPR
00039 #define BOOST_NO_DECLTYPE
00040 #define BOOST_NO_DEFAULTED_FUNCTIONS
00041 #define BOOST_NO_DELETED_FUNCTIONS
00042 #define BOOST_NO_EXPLICIT_CONVERSION_OPERATORS
00043 #define BOOST_NO_EXTERN_TEMPLATE
00044 #define BOOST_NO_RAW_LITERALS
00045 #define BOOST_NO_RVALUE_REFERENCES
00046 #define BOOST_NO_SCOPED_ENUMS
00047 #define BOOST_NO_STATIC_ASSERT
00048 #define BOOST_NO_UNICODE_LITERALS
00049 #define BOOST_NO_VARIADIC_TEMPLATES
00050 #define BOOST_NO_AUTO_DECLARATIONS
00051 #define BOOST_NO_AUTO_MULTIDECLARATIONS
00052
00053
00054
00055
00056