modena.hpp 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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. // See http://www.boost.org for most recent version.
  6. // Modena C++ standard library (comes with KAI C++)
  7. #if !defined(MSIPL_COMPILE_H)
  8. # include <boost/config/no_tr1/utility.hpp>
  9. # if !defined(__MSIPL_COMPILE_H)
  10. # error "This is not the Modena C++ library!"
  11. # endif
  12. #endif
  13. #ifndef MSIPL_NL_TYPES
  14. #define BOOST_NO_STD_MESSAGES
  15. #endif
  16. #ifndef MSIPL_WCHART
  17. #define BOOST_NO_STD_WSTRING
  18. #endif
  19. // C++0x headers not yet implemented
  20. //
  21. # define BOOST_NO_0X_HDR_ARRAY
  22. # define BOOST_NO_0X_HDR_CHRONO
  23. # define BOOST_NO_0X_HDR_CODECVT
  24. # define BOOST_NO_0X_HDR_CONCEPTS
  25. # define BOOST_NO_0X_HDR_CONDITION_VARIABLE
  26. # define BOOST_NO_0X_HDR_CONTAINER_CONCEPTS
  27. # define BOOST_NO_0X_HDR_FORWARD_LIST
  28. # define BOOST_NO_0X_HDR_FUTURE
  29. # define BOOST_NO_0X_HDR_INITIALIZER_LIST
  30. # define BOOST_NO_0X_HDR_ITERATOR_CONCEPTS
  31. # define BOOST_NO_0X_HDR_MEMORY_CONCEPTS
  32. # define BOOST_NO_0X_HDR_MUTEX
  33. # define BOOST_NO_0X_HDR_RANDOM
  34. # define BOOST_NO_0X_HDR_RATIO
  35. # define BOOST_NO_0X_HDR_REGEX
  36. # define BOOST_NO_0X_HDR_SYSTEM_ERROR
  37. # define BOOST_NO_0X_HDR_THREAD
  38. # define BOOST_NO_0X_HDR_TUPLE
  39. # define BOOST_NO_0X_HDR_TYPE_TRAITS
  40. # define BOOST_NO_STD_UNORDERED // deprecated; see following
  41. # define BOOST_NO_0X_HDR_UNORDERED_MAP
  42. # define BOOST_NO_0X_HDR_UNORDERED_SET
  43. #define BOOST_STDLIB "Modena C++ standard library"