vacpp.hpp 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. // See http://www.boost.org for most recent version.
  6. #if __IBMCPP__ <= 501
  7. # define BOOST_NO_STD_ALLOCATOR
  8. #endif
  9. #define BOOST_HAS_MACRO_USE_FACET
  10. #define BOOST_NO_STD_MESSAGES
  11. // C++0x headers not yet implemented
  12. //
  13. # define BOOST_NO_0X_HDR_ARRAY
  14. # define BOOST_NO_0X_HDR_CHRONO
  15. # define BOOST_NO_0X_HDR_CODECVT
  16. # define BOOST_NO_0X_HDR_CONCEPTS
  17. # define BOOST_NO_0X_HDR_CONDITION_VARIABLE
  18. # define BOOST_NO_0X_HDR_CONTAINER_CONCEPTS
  19. # define BOOST_NO_0X_HDR_FORWARD_LIST
  20. # define BOOST_NO_0X_HDR_FUTURE
  21. # define BOOST_NO_0X_HDR_INITIALIZER_LIST
  22. # define BOOST_NO_0X_HDR_ITERATOR_CONCEPTS
  23. # define BOOST_NO_0X_HDR_MEMORY_CONCEPTS
  24. # define BOOST_NO_0X_HDR_MUTEX
  25. # define BOOST_NO_0X_HDR_RANDOM
  26. # define BOOST_NO_0X_HDR_RATIO
  27. # define BOOST_NO_0X_HDR_REGEX
  28. # define BOOST_NO_0X_HDR_SYSTEM_ERROR
  29. # define BOOST_NO_0X_HDR_THREAD
  30. # define BOOST_NO_0X_HDR_TUPLE
  31. # define BOOST_NO_0X_HDR_TYPE_TRAITS
  32. # define BOOST_NO_STD_UNORDERED // deprecated; see following
  33. # define BOOST_NO_0X_HDR_UNORDERED_MAP
  34. # define BOOST_NO_0X_HDR_UNORDERED_SET
  35. #define BOOST_STDLIB "Visual Age default standard library"