From 38ef55220943ce30e66b4f150f3cff99f6d8b63c Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Mon, 18 Sep 2017 01:50:55 +0300 Subject: [PATCH] Add the new path to the header to the comment. --- include/boost/function_output_iterator.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/boost/function_output_iterator.hpp b/include/boost/function_output_iterator.hpp index 091e4ea..15dbcb9 100644 --- a/include/boost/function_output_iterator.hpp +++ b/include/boost/function_output_iterator.hpp @@ -3,11 +3,12 @@ // 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 +// This is a deprecated header left for backward compatibility. +// Use boost/iterator/function_output_iterator.hpp instead. + #include #endif // BOOST_FUNCTION_OUTPUT_ITERATOR_HPP