Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015 #include "boost/config/compiler/common_edg.hpp"
00016
00017 #if (__COMO_VERSION__ <= 4245)
00018
00019 # if defined(_MSC_VER) && _MSC_VER <= 1300
00020 # if _MSC_VER > 100
00021
00022 # define BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP
00023 # endif
00024 # endif
00025
00026
00027
00028 # if defined(_MSC_VER) && (_MSC_VER < 1300)
00029 # define BOOST_NO_VOID_RETURNS
00030 # endif
00031
00032 #endif // version 4245
00033
00034
00035
00036
00037 # if defined(_MSC_VER) && (_MSC_VER >= 1200)
00038 # define BOOST_HAS_MS_INT64
00039 # endif
00040
00041 #define BOOST_COMPILER "Comeau compiler version " BOOST_STRINGIZE(__COMO_VERSION__)
00042
00043
00044
00045
00046 #if __COMO_VERSION__ < 4245
00047 # error "Compiler not configured - please reconfigure"
00048 #endif
00049
00050
00051 #if (__COMO_VERSION__ > 4245)
00052 # if defined(BOOST_ASSERT_CONFIG)
00053 # error "Unknown compiler version - please run the configure tests and report the results"
00054 # endif
00055 #endif
00056
00057
00058
00059