Chris@16: // (C) Copyright Thomas Witt 2002. Chris@16: // Distributed under the Boost Software License, Version 1.0. (See Chris@16: // accompanying file LICENSE_1_0.txt or copy at Chris@16: // http://www.boost.org/LICENSE_1_0.txt) Chris@16: Chris@16: // no include guard multiple inclusion intended Chris@16: Chris@16: // Chris@16: // This is a temporary workaround until the bulk of this is Chris@16: // available in boost config. Chris@16: // 23/02/03 thw Chris@16: // Chris@16: Chris@16: #undef BOOST_NO_IS_CONVERTIBLE Chris@16: #undef BOOST_NO_IS_CONVERTIBLE_TEMPLATE Chris@16: #undef BOOST_NO_STRICT_ITERATOR_INTEROPERABILITY Chris@16: #undef BOOST_NO_LVALUE_RETURN_DETECTION Chris@16: #undef BOOST_NO_ONE_WAY_ITERATOR_INTEROP Chris@16: Chris@16: #ifdef BOOST_ITERATOR_CONFIG_DEF Chris@16: # undef BOOST_ITERATOR_CONFIG_DEF Chris@16: #else Chris@16: # error missing or nested #include config_def Chris@16: #endif