123456789101112131415161718192021222324 |
- #undef BOOST_NO_IS_CONVERTIBLE
- #undef BOOST_NO_IS_CONVERTIBLE_TEMPLATE
- #undef BOOST_NO_STRICT_ITERATOR_INTEROPERABILITY
- #undef BOOST_NO_LVALUE_RETURN_DETECTION
- #undef BOOST_NO_ONE_WAY_ITERATOR_INTEROP
- #ifdef BOOST_ITERATOR_CONFIG_DEF
- # undef BOOST_ITERATOR_CONFIG_DEF
- #else
- # error missing or nested #include config_def
- #endif
|