config_undef.hpp 686 B

123456789101112131415161718192021222324
  1. // (C) Copyright Thomas Witt 2002.
  2. // Distributed under the Boost Software License, Version 1.0. (See
  3. // accompanying file LICENSE_1_0.txt or copy at
  4. // http://www.boost.org/LICENSE_1_0.txt)
  5. // no include guard multiple inclusion intended
  6. //
  7. // This is a temporary workaround until the bulk of this is
  8. // available in boost config.
  9. // 23/02/03 thw
  10. //
  11. #undef BOOST_NO_IS_CONVERTIBLE
  12. #undef BOOST_NO_IS_CONVERTIBLE_TEMPLATE
  13. #undef BOOST_NO_STRICT_ITERATOR_INTEROPERABILITY
  14. #undef BOOST_NO_LVALUE_RETURN_DETECTION
  15. #undef BOOST_NO_ONE_WAY_ITERATOR_INTEROP
  16. #ifdef BOOST_ITERATOR_CONFIG_DEF
  17. # undef BOOST_ITERATOR_CONFIG_DEF
  18. #else
  19. # error missing or nested #include config_def
  20. #endif