1 // (C) Copyright Thomas Witt 2002.
\r
2 // Distributed under the Boost Software License, Version 1.0. (See
\r
3 // accompanying file LICENSE_1_0.txt or copy at
\r
4 // http://www.boost.org/LICENSE_1_0.txt)
\r
6 // no include guard multiple inclusion intended
\r
9 // This is a temporary workaround until the bulk of this is
\r
10 // available in boost config.
\r
14 #undef BOOST_NO_IS_CONVERTIBLE
\r
15 #undef BOOST_NO_IS_CONVERTIBLE_TEMPLATE
\r
16 #undef BOOST_NO_STRICT_ITERATOR_INTEROPERABILITY
\r
17 #undef BOOST_ARG_DEPENDENT_TYPENAME
\r
18 #undef BOOST_NO_LVALUE_RETURN_DETECTION
\r
19 #undef BOOST_NO_ONE_WAY_ITERATOR_INTEROP
\r
21 #ifdef BOOST_ITERATOR_CONFIG_DEF
\r
22 # undef BOOST_ITERATOR_CONFIG_DEF
\r
24 # error missing or nested #include config_def
\r