kai.hpp
Go to the documentation of this file.
00001 //  (C) Copyright John Maddock 2001. 
00002 //  (C) Copyright David Abrahams 2002. 
00003 //  (C) Copyright Aleksey Gurtovoy 2002. 
00004 //  Use, modification and distribution are subject to the 
00005 //  Boost Software License, Version 1.0. (See accompanying file 
00006 //  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
00007 
00008 //  See http://www.boost.org for most recent version.
00009 
00010 //  Kai C++ compiler setup:
00011 
00012 #include "boost/config/compiler/common_edg.hpp"
00013 
00014 #   if (__KCC_VERSION <= 4001) || !defined(BOOST_STRICT_CONFIG)
00015       // at least on Sun, the contents of <cwchar> is not in namespace std
00016 #     define BOOST_NO_STDC_NAMESPACE
00017 #   endif
00018 
00019 // see also common_edg.hpp which needs a special check for __KCC
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 // last known and checked version is 4001:
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 


appl
Author(s): petercai
autogenerated on Tue Jan 7 2014 11:02:29