]> git.donarmstrong.com Git - rsem.git/blob - boost/config/stdlib/vacpp.hpp
3504971fb49462b5feb28ad9dda74ba7803740d9
[rsem.git] / boost / config / stdlib / vacpp.hpp
1 //  (C) Copyright John Maddock 2001 - 2002. 
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 #if __IBMCPP__ <= 501
9 #  define BOOST_NO_STD_ALLOCATOR
10 #endif
11
12 #define BOOST_HAS_MACRO_USE_FACET
13 #define BOOST_NO_STD_MESSAGES
14
15 //  C++0x headers not yet implemented
16 //
17 #  define BOOST_NO_0X_HDR_ARRAY
18 #  define BOOST_NO_0X_HDR_CHRONO
19 #  define BOOST_NO_0X_HDR_CODECVT
20 #  define BOOST_NO_0X_HDR_CONCEPTS
21 #  define BOOST_NO_0X_HDR_CONDITION_VARIABLE
22 #  define BOOST_NO_0X_HDR_CONTAINER_CONCEPTS
23 #  define BOOST_NO_0X_HDR_FORWARD_LIST
24 #  define BOOST_NO_0X_HDR_FUTURE
25 #  define BOOST_NO_0X_HDR_INITIALIZER_LIST
26 #  define BOOST_NO_0X_HDR_ITERATOR_CONCEPTS
27 #  define BOOST_NO_0X_HDR_MEMORY_CONCEPTS
28 #  define BOOST_NO_0X_HDR_MUTEX
29 #  define BOOST_NO_0X_HDR_RANDOM
30 #  define BOOST_NO_0X_HDR_RATIO
31 #  define BOOST_NO_0X_HDR_REGEX
32 #  define BOOST_NO_0X_HDR_SYSTEM_ERROR
33 #  define BOOST_NO_0X_HDR_THREAD
34 #  define BOOST_NO_0X_HDR_TUPLE
35 #  define BOOST_NO_0X_HDR_TYPE_TRAITS
36 #  define BOOST_NO_0X_HDR_TYPEINDEX
37 #  define BOOST_NO_STD_UNORDERED        // deprecated; see following
38 #  define BOOST_NO_0X_HDR_UNORDERED_MAP
39 #  define BOOST_NO_0X_HDR_UNORDERED_SET
40
41 #define BOOST_STDLIB "Visual Age default standard library"
42
43
44