]> AND Private Git Repository - canny.git/blob - stc/exp/ml_stc_linux_make_v1.0/include/boost/config/compiler/kai.hpp
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
6b5591a8741d273b85358f4b385d588f68f0273e
[canny.git] / stc / exp / ml_stc_linux_make_v1.0 / include / boost / config / compiler / kai.hpp
1 //  (C) Copyright John Maddock 2001. \r
2 //  (C) Copyright David Abrahams 2002. \r
3 //  (C) Copyright Aleksey Gurtovoy 2002. \r
4 //  Use, modification and distribution are subject to the \r
5 //  Boost Software License, Version 1.0. (See accompanying file \r
6 //  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)\r
7 \r
8 //  See http://www.boost.org for most recent version.\r
9 \r
10 //  Kai C++ compiler setup:\r
11 \r
12 #include "boost/config/compiler/common_edg.hpp"\r
13 \r
14 #   if (__KCC_VERSION <= 4001) || !defined(BOOST_STRICT_CONFIG)\r
15       // at least on Sun, the contents of <cwchar> is not in namespace std\r
16 #     define BOOST_NO_STDC_NAMESPACE\r
17 #   endif\r
18 \r
19 // see also common_edg.hpp which needs a special check for __KCC\r
20 # if !defined(_EXCEPTIONS)\r
21 #     define BOOST_NO_EXCEPTIONS\r
22 # endif\r
23 \r
24 //\r
25 // last known and checked version is 4001:\r
26 #if (__KCC_VERSION > 4001)\r
27 #  if defined(BOOST_ASSERT_CONFIG)\r
28 #     error "Unknown compiler version - please run the configure tests and report the results"\r
29 #  endif\r
30 #endif\r
31 \r
32 \r
33 \r