Warning, file /include/boost/config/compiler/kai.hpp was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012 #include <boost/config/compiler/common_edg.hpp>
0013
0014 # if (__KCC_VERSION <= 4001) || !defined(BOOST_STRICT_CONFIG)
0015
0016 # define BOOST_NO_STDC_NAMESPACE
0017 # endif
0018
0019
0020 # if !defined(_EXCEPTIONS) && !defined(BOOST_NO_EXCEPTIONS)
0021 # define BOOST_NO_EXCEPTIONS
0022 # endif
0023
0024
0025
0026 #if (__KCC_VERSION > 4001)
0027 # if defined(BOOST_ASSERT_CONFIG)
0028 # error "boost: Unknown compiler version - please run the configure tests and report the results"
0029 # endif
0030 #endif
0031
0032
0033