]> git.lyx.org Git - lyx.git/blob - boost/boost/iterator/detail/config_undef.hpp
df44f465b7034042e8e6f53e2e56b3dde8bf6ffc
[lyx.git] / boost / boost / iterator / detail / config_undef.hpp
1 // (C) Copyright Thomas Witt    2002.
2 // Permission to copy, use, modify,
3 // sell and distribute this software is granted provided this
4 // copyright notice appears in all copies. This software is provided
5 // "as is" without express or implied warranty, and with no claim as
6 // to its suitability for any purpose.
7
8 // no include guard multiple inclusion intended
9
10 //
11 // This is a temporary workaround until the bulk of this is
12 // available in boost config.
13 // 23/02/03 thw
14 //
15
16 #undef BOOST_NO_IS_CONVERTIBLE
17 #undef BOOST_NO_IS_CONVERTIBLE_TEMPLATE
18 #undef BOOST_NO_STRICT_ITERATOR_INTEROPERABILITY
19 #undef BOOST_ARG_DEPENDENT_TYPENAME
20 #undef BOOST_NO_LVALUE_RETURN_DETECTION
21 #undef BOOST_NO_ONE_WAY_ITERATOR_INTEROP
22
23 #ifdef BOOST_ITERATOR_CONFIG_DEF
24 # undef BOOST_ITERATOR_CONFIG_DEF
25 #else
26 # error missing or nested #include config_def
27 #endif