Back to home page

EIC code displayed by LXR

 
 

    


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 //  (C) Copyright Beman Dawes 2000. Distributed under the Boost
0002 //  Software License, Version 1.0. (See accompanying file
0003 //  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
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 } // namespace boost
0021 
0022 #endif // BOOST_ITERATOR_HPP