annotate DEPENDENCIES/generic/include/boost/iterator/detail/config_undef.hpp @ 133:4acb5d8d80b6 tip

Don't fail environmental check if README.md exists (but .txt and no-suffix don't)
author Chris Cannam
date Tue, 30 Jul 2019 12:25:44 +0100
parents c530137014c0
children
rev   line source
Chris@16 1 // (C) Copyright Thomas Witt 2002.
Chris@16 2 // Distributed under the Boost Software License, Version 1.0. (See
Chris@16 3 // accompanying file LICENSE_1_0.txt or copy at
Chris@16 4 // http://www.boost.org/LICENSE_1_0.txt)
Chris@16 5
Chris@16 6 // no include guard multiple inclusion intended
Chris@16 7
Chris@16 8 //
Chris@16 9 // This is a temporary workaround until the bulk of this is
Chris@16 10 // available in boost config.
Chris@16 11 // 23/02/03 thw
Chris@16 12 //
Chris@16 13
Chris@16 14 #undef BOOST_NO_IS_CONVERTIBLE
Chris@16 15 #undef BOOST_NO_IS_CONVERTIBLE_TEMPLATE
Chris@16 16 #undef BOOST_NO_STRICT_ITERATOR_INTEROPERABILITY
Chris@16 17 #undef BOOST_NO_LVALUE_RETURN_DETECTION
Chris@16 18 #undef BOOST_NO_ONE_WAY_ITERATOR_INTEROP
Chris@16 19
Chris@16 20 #ifdef BOOST_ITERATOR_CONFIG_DEF
Chris@16 21 # undef BOOST_ITERATOR_CONFIG_DEF
Chris@16 22 #else
Chris@16 23 # error missing or nested #include config_def
Chris@16 24 #endif