Chris@16: // (C) Copyright Beman Dawes 2000. Distributed under the Boost Chris@16: // Software License, Version 1.0. (See accompanying file Chris@16: // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) Chris@16: Chris@16: #ifndef BOOST_ITERATOR_HPP Chris@16: #define BOOST_ITERATOR_HPP Chris@16: Chris@101: // This header is obsolete and will be deprecated. Chris@101: Chris@16: #include Chris@16: #include // std::ptrdiff_t Chris@16: Chris@16: namespace boost Chris@16: { Chris@16: Chris@101: using std::iterator; Chris@16: Chris@16: } // namespace boost Chris@16: Chris@16: #endif // BOOST_ITERATOR_HPP