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