00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011 # if defined(__SC__)
00012 # define BOOST_COMPILER "MPW SCpp version " BOOST_STRINGIZE(__SC__)
00013 # elif defined(__MRC__)
00014 # define BOOST_COMPILER "MPW MrCpp version " BOOST_STRINGIZE(__MRC__)
00015 # else
00016 # error "Using MPW compiler configuration by mistake. Please update."
00017 # endif
00018
00019
00020
00021
00022 #if (MPW_CPLUS <= 0x890) || !defined(BOOST_STRICT_CONFIG)
00023 # define BOOST_NO_CV_SPECIALIZATIONS
00024 # define BOOST_NO_DEPENDENT_NESTED_DERIVATIONS
00025 # define BOOST_NO_DEPENDENT_TYPES_IN_TEMPLATE_VALUE_PARAMETERS
00026 # define BOOST_NO_INCLASS_MEMBER_INITIALIZATION
00027 # define BOOST_NO_INTRINSIC_WCHAR_T
00028 # define BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
00029 # define BOOST_NO_USING_TEMPLATE
00030
00031 # define BOOST_NO_CWCHAR
00032 # define BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS
00033
00034 # define BOOST_NO_STD_ALLOCATOR
00035 #endif
00036
00037
00038
00039
00040 #if MPW_CPLUS < 0x890
00041 # error "Compiler not supported or configured - please reconfigure"
00042 #endif
00043
00044
00045 #if (MPW_CPLUS > 0x890)
00046 # if defined(BOOST_ASSERT_CONFIG)
00047 # error "Unknown compiler version - please run the configure tests and report the results"
00048 # endif
00049 #endif
00050
00051