iterator_core.hpp 545 B

1234567891011121314151617
  1. // Copyright David Abrahams 2002.
  2. // Distributed under the Boost Software License, Version 1.0. (See
  3. // accompanying file LICENSE_1_0.txt or copy at
  4. // http://www.boost.org/LICENSE_1_0.txt)
  5. #ifndef ITERATOR_CORE_DWA2002512_HPP
  6. # define ITERATOR_CORE_DWA2002512_HPP
  7. # include <boost/python/object_fwd.hpp>
  8. namespace boost { namespace python { namespace objects {
  9. BOOST_PYTHON_DECL object const& identity_function();
  10. BOOST_PYTHON_DECL void stop_iteration_error();
  11. }}} // namespace boost::python::object
  12. #endif // ITERATOR_CORE_DWA2002512_HPP