Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012 #include "boost/config/compiler/common_edg.hpp"
00013
00014 # if (__KCC_VERSION <= 4001) || !defined(BOOST_STRICT_CONFIG)
00015
00016 # define BOOST_NO_STDC_NAMESPACE
00017 # endif
00018
00019
00020 # if !defined(_EXCEPTIONS)
00021 # define BOOST_NO_EXCEPTIONS
00022 # endif
00023
00024 #define BOOST_COMPILER "Kai C++ version " BOOST_STRINGIZE(__KCC_VERSION)
00025
00026
00027
00028 #if (__KCC_VERSION > 4001)
00029 # if defined(BOOST_ASSERT_CONFIG)
00030 # error "Unknown compiler version - please run the configure tests and report the results"
00031 # endif
00032 #endif
00033
00034
00035