2004-11-20 09:08:45 +00:00
|
|
|
// Copyright David Abrahams 2004. Distributed under the Boost
|
|
|
|
// Software License, Version 1.0. (See accompanying
|
|
|
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
2008-09-30 18:01:03 +00:00
|
|
|
|
|
|
|
// See www.boost.org/libs/iterator for documentation.
|
|
|
|
|
2004-11-20 09:08:45 +00:00
|
|
|
#ifndef ITERATOR_ADAPTORS_DWA2004725_HPP
|
|
|
|
# define ITERATOR_ADAPTORS_DWA2004725_HPP
|
2002-05-21 23:39:58 +00:00
|
|
|
|
2004-02-05 09:14:22 +00:00
|
|
|
#define BOOST_ITERATOR_ADAPTORS_VERSION 0x0200
|
|
|
|
#include <boost/iterator/iterator_adaptor.hpp>
|
2002-05-21 23:39:58 +00:00
|
|
|
|
2004-11-20 09:08:45 +00:00
|
|
|
#endif // ITERATOR_ADAPTORS_DWA2004725_HPP
|