Warning, file /include/boost/iterator.hpp was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005 #ifndef BOOST_ITERATOR_HPP
0006 #define BOOST_ITERATOR_HPP
0007
0008 #include <boost/config/header_deprecated.hpp>
0009
0010 BOOST_HEADER_DEPRECATED("<iterator>")
0011
0012 #include <iterator>
0013 #include <cstddef> // std::ptrdiff_t
0014
0015 namespace boost
0016 {
0017
0018 using std::iterator;
0019
0020 }
0021
0022 #endif