00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014 #if __IBMCPP__ <= 501
00015 # define BOOST_NO_MEMBER_TEMPLATE_FRIENDS
00016 # define BOOST_NO_MEMBER_FUNCTION_SPECIALIZATIONS
00017 #endif
00018
00019 #if (__IBMCPP__ <= 502)
00020
00021
00022
00023 # define BOOST_NO_INCLASS_MEMBER_INITIALIZATION
00024 # define BOOST_NO_INTEGRAL_INT64_T
00025 # define BOOST_NO_MEMBER_TEMPLATE_KEYWORD
00026 #endif
00027
00028 #if (__IBMCPP__ <= 600) || !defined(BOOST_STRICT_CONFIG)
00029 # define BOOST_NO_POINTER_TO_MEMBER_TEMPLATE_PARAMETERS
00030 # define BOOST_MPL_CFG_ASSERT_USE_RELATION_NAMES 1
00031 #endif
00032
00033
00034
00035
00036 #ifdef _THREAD_SAFE
00037 # define BOOST_HAS_THREADS
00038 #endif
00039
00040 #define BOOST_COMPILER "IBM Visual Age version " BOOST_STRINGIZE(__IBMCPP__)
00041
00042
00043
00044
00045 #if __IBMCPP__ < 500
00046 #error "Compiler not supported or configured - please reconfigure"
00047 #endif
00048
00049
00050 #if (__IBMCPP__ > 600)
00051 # if defined(BOOST_ASSERT_CONFIG)
00052 # error "Unknown compiler version - please run the configure tests and report the results"
00053 # endif
00054 #endif
00055
00056
00057
00058