source: XIOS/dev/dev_olga/src/extern/boost/include/boost/config/stdlib/modena.hpp @ 1022

Last change on this file since 1022 was 1022, checked in by mhnguyen, 7 years ago
File size: 1.6 KB
Line 
1//  (C) Copyright Jens Maurer 2001.
2//  Use, modification and distribution are subject to the
3//  Boost Software License, Version 1.0. (See accompanying file
4//  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5
6//  See http://www.boost.org for most recent version.
7
8//  Modena C++ standard library (comes with KAI C++)
9
10#if !defined(MSIPL_COMPILE_H)
11#  include <boost/config/no_tr1/utility.hpp>
12#  if !defined(__MSIPL_COMPILE_H)
13#      error "This is not the Modena C++ library!"
14#  endif
15#endif
16
17#ifndef MSIPL_NL_TYPES
18#define BOOST_NO_STD_MESSAGES
19#endif
20
21#ifndef MSIPL_WCHART
22#define BOOST_NO_STD_WSTRING
23#endif
24
25//  C++0x headers not yet implemented
26//
27#  define BOOST_NO_0X_HDR_ARRAY
28#  define BOOST_NO_0X_HDR_CHRONO
29#  define BOOST_NO_0X_HDR_CODECVT
30#  define BOOST_NO_0X_HDR_CONCEPTS
31#  define BOOST_NO_0X_HDR_CONDITION_VARIABLE
32#  define BOOST_NO_0X_HDR_CONTAINER_CONCEPTS
33#  define BOOST_NO_0X_HDR_FORWARD_LIST
34#  define BOOST_NO_0X_HDR_FUTURE
35#  define BOOST_NO_0X_HDR_INITIALIZER_LIST
36#  define BOOST_NO_0X_HDR_ITERATOR_CONCEPTS
37#  define BOOST_NO_0X_HDR_MEMORY_CONCEPTS
38#  define BOOST_NO_0X_HDR_MUTEX
39#  define BOOST_NO_0X_HDR_RANDOM
40#  define BOOST_NO_0X_HDR_RATIO
41#  define BOOST_NO_0X_HDR_REGEX
42#  define BOOST_NO_0X_HDR_SYSTEM_ERROR
43#  define BOOST_NO_0X_HDR_THREAD
44#  define BOOST_NO_0X_HDR_TUPLE
45#  define BOOST_NO_0X_HDR_TYPE_TRAITS
46#  define BOOST_NO_0X_HDR_TYPEINDEX
47#  define BOOST_NO_STD_UNORDERED        // deprecated; see following
48#  define BOOST_NO_0X_HDR_UNORDERED_MAP
49#  define BOOST_NO_0X_HDR_UNORDERED_SET
50
51#define BOOST_STDLIB "Modena C++ standard library"
52
53
54
55
56
Note: See TracBrowser for help on using the repository browser.