2025-02-07 01:12:32 +03:00
|
|
|
// (C) Copyright Andrey Semashev 2025.
|
2004-07-26 00:32:12 +00:00
|
|
|
// 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)
|
2002-12-27 16:51:53 +00:00
|
|
|
|
2001-11-18 17:56:43 +00:00
|
|
|
#ifndef BOOST_ITERATOR_ADAPTOR_GENERATOR_ITERATOR_HPP
|
|
|
|
#define BOOST_ITERATOR_ADAPTOR_GENERATOR_ITERATOR_HPP
|
|
|
|
|
2025-02-07 01:12:32 +03:00
|
|
|
// This is a deprecated header left for backward compatibility.
|
|
|
|
// Please use <boost/iterator/generator_iterator.hpp> instead.
|
2001-11-18 17:56:43 +00:00
|
|
|
|
2025-02-07 01:12:32 +03:00
|
|
|
#include <boost/iterator/generator_iterator.hpp>
|
2001-11-18 17:56:43 +00:00
|
|
|
|
2014-07-03 00:22:45 +04:00
|
|
|
#endif // BOOST_ITERATOR_ADAPTOR_GENERATOR_ITERATOR_HPP
|