|
|
|||
File indexing completed on 2025-12-16 09:44:41
0001 // (C) Copyright John Maddock 2001. 0002 // (C) Copyright David Abrahams 2002. 0003 // (C) Copyright Aleksey Gurtovoy 2002. 0004 // Use, modification and distribution are subject to the 0005 // Boost Software License, Version 1.0. (See accompanying file 0006 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 0007 0008 // See http://www.boost.org for most recent version. 0009 0010 // Kai C++ compiler setup: 0011 0012 #include <boost/config/compiler/common_edg.hpp> 0013 0014 # if (__KCC_VERSION <= 4001) || !defined(BOOST_STRICT_CONFIG) 0015 // at least on Sun, the contents of <cwchar> is not in namespace std 0016 # define BOOST_NO_STDC_NAMESPACE 0017 # endif 0018 0019 // see also common_edg.hpp which needs a special check for __KCC 0020 # if !defined(_EXCEPTIONS) && !defined(BOOST_NO_EXCEPTIONS) 0021 # define BOOST_NO_EXCEPTIONS 0022 # endif 0023 0024 // 0025 // last known and checked version is 4001: 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
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|