From a85dfaa7f2888e24769682c097341c73b56a8693 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Mon, 18 Sep 2017 01:43:24 +0300 Subject: [PATCH] Added a forwarding header for function_output_iterator.hpp --- include/boost/function_output_iterator.hpp | 13 +++++++++++++ include/boost/iterator/function_output_iterator.hpp | 6 +++--- 2 files changed, 16 insertions(+), 3 deletions(-) create mode 100644 include/boost/function_output_iterator.hpp diff --git a/include/boost/function_output_iterator.hpp b/include/boost/function_output_iterator.hpp new file mode 100644 index 0000000..091e4ea --- /dev/null +++ b/include/boost/function_output_iterator.hpp @@ -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 + +#endif // BOOST_FUNCTION_OUTPUT_ITERATOR_HPP diff --git a/include/boost/iterator/function_output_iterator.hpp b/include/boost/iterator/function_output_iterator.hpp index dd8c44d..51fe835 100644 --- a/include/boost/iterator/function_output_iterator.hpp +++ b/include/boost/iterator/function_output_iterator.hpp @@ -8,8 +8,8 @@ // 27 Feb 2001 Jeremy Siek // Initial checkin. -#ifndef BOOST_FUNCTION_OUTPUT_ITERATOR_HPP -#define BOOST_FUNCTION_OUTPUT_ITERATOR_HPP +#ifndef BOOST_ITERATOR_FUNCTION_OUTPUT_ITERATOR_HPP +#define BOOST_ITERATOR_FUNCTION_OUTPUT_ITERATOR_HPP #include @@ -59,4 +59,4 @@ using iterators::make_function_output_iterator; } // namespace boost -#endif // BOOST_FUNCTION_OUTPUT_ITERATOR_HPP +#endif // BOOST_ITERATOR_FUNCTION_OUTPUT_ITERATOR_HPP