Chris@16: // (C) Copyright David Abrahams 2002. Chris@16: // Distributed under the Boost Software License, Version 1.0. (See Chris@16: // accompanying file LICENSE_1_0.txt or copy at Chris@16: // http://www.boost.org/LICENSE_1_0.txt) Chris@16: Chris@101: #ifndef ITERATOR_DWA122600_HPP_ Chris@101: #define ITERATOR_DWA122600_HPP_ Chris@16: Chris@101: // This header is obsolete and will be deprecated. Chris@16: Chris@101: #include Chris@16: Chris@101: namespace boost Chris@101: { Chris@16: Chris@101: namespace detail Chris@101: { Chris@16: Chris@101: using std::iterator_traits; Chris@16: using std::distance; Chris@16: Chris@101: } // namespace detail Chris@16: Chris@101: } // namespace boost Chris@16: Chris@16: #endif // ITERATOR_DWA122600_HPP_