]> git.lyx.org Git - lyx.git/blob - boost/boost/detail/iterator.hpp
Cmake export tests: Handle attic files with now missing references to png graphics
[lyx.git] / boost / boost / detail / iterator.hpp
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
13 namespace boost
14 {
15
16 namespace detail
17 {
18
19 using std::iterator_traits;
20 using std::distance;
21
22 } // namespace detail
23
24 } // namespace boost
25
26 #endif // ITERATOR_DWA122600_HPP_