mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-26 19:07:36 +02:00
Added a forwarding header for function_output_iterator.hpp
This commit is contained in:
13
include/boost/function_output_iterator.hpp
Normal file
13
include/boost/function_output_iterator.hpp
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
// (C) Copyright Andrey Semashev 2017.
|
||||||
|
// 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)
|
||||||
|
|
||||||
|
// This is a deprecated header left for backward compatibility
|
||||||
|
|
||||||
|
#ifndef BOOST_FUNCTION_OUTPUT_ITERATOR_HPP
|
||||||
|
#define BOOST_FUNCTION_OUTPUT_ITERATOR_HPP
|
||||||
|
|
||||||
|
#include <boost/iterator/function_output_iterator.hpp>
|
||||||
|
|
||||||
|
#endif // BOOST_FUNCTION_OUTPUT_ITERATOR_HPP
|
@ -8,8 +8,8 @@
|
|||||||
// 27 Feb 2001 Jeremy Siek
|
// 27 Feb 2001 Jeremy Siek
|
||||||
// Initial checkin.
|
// Initial checkin.
|
||||||
|
|
||||||
#ifndef BOOST_FUNCTION_OUTPUT_ITERATOR_HPP
|
#ifndef BOOST_ITERATOR_FUNCTION_OUTPUT_ITERATOR_HPP
|
||||||
#define BOOST_FUNCTION_OUTPUT_ITERATOR_HPP
|
#define BOOST_ITERATOR_FUNCTION_OUTPUT_ITERATOR_HPP
|
||||||
|
|
||||||
#include <iterator>
|
#include <iterator>
|
||||||
|
|
||||||
@ -59,4 +59,4 @@ using iterators::make_function_output_iterator;
|
|||||||
|
|
||||||
} // namespace boost
|
} // namespace boost
|
||||||
|
|
||||||
#endif // BOOST_FUNCTION_OUTPUT_ITERATOR_HPP
|
#endif // BOOST_ITERATOR_FUNCTION_OUTPUT_ITERATOR_HPP
|
||||||
|
Reference in New Issue
Block a user