1// (C) 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
6#ifndef ITERATOR_DWA122600_HPP_
7#define ITERATOR_DWA122600_HPP_
8
9// This header is obsolete and will be deprecated.
10
11#include <iterator>
12
13namespace boost
14{
15
16namespace detail
17{
18
19using std::iterator_traits;
20using std::distance;
21
22} // namespace detail
23
24} // namespace boost
25
26#endif // ITERATOR_DWA122600_HPP_
27

source code of boost/boost/detail/iterator.hpp