File indexing completed on 2025-12-16 09:44:41
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015 #include <boost/config/compiler/common_edg.hpp>
0016
0017 #if (__COMO_VERSION__ <= 4245)
0018
0019 # if defined(_MSC_VER) && _MSC_VER <= 1300
0020 # if _MSC_VER > 100
0021
0022 # define BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP
0023 # endif
0024 # endif
0025
0026
0027
0028 # if defined(_MSC_VER) && (_MSC_VER < 1300)
0029 # define BOOST_NO_VOID_RETURNS
0030 # endif
0031
0032 #endif
0033
0034
0035
0036
0037 # if defined(_MSC_VER) && (_MSC_VER >= 1200)
0038 # define BOOST_HAS_MS_INT64
0039 # endif
0040
0041 #define BOOST_COMPILER "Comeau compiler version " BOOST_STRINGIZE(__COMO_VERSION__)
0042
0043
0044
0045
0046 #if __COMO_VERSION__ < 4245
0047 # error "Compiler not configured - please reconfigure"
0048 #endif
0049
0050
0051 #if (__COMO_VERSION__ > 4245)
0052 # if defined(BOOST_ASSERT_CONFIG)
0053 # error "boost: Unknown compiler version - please run the configure tests and report the results"
0054 # endif
0055 #endif
0056
0057
0058
0059