Brian Silverman | 5962333 | 2018-08-04 23:36:56 -0700 | [diff] [blame^] | 1 | // (C) Copyright Andrey Semashev 2017. |
| 2 | // Distributed under the Boost Software License, Version 1.0. (See |
| 3 | // accompanying file LICENSE_1_0.txt or copy at |
| 4 | // http://www.boost.org/LICENSE_1_0.txt) |
| 5 | |
| 6 | #ifndef BOOST_FUNCTION_OUTPUT_ITERATOR_HPP |
| 7 | #define BOOST_FUNCTION_OUTPUT_ITERATOR_HPP |
| 8 | |
| 9 | // This is a deprecated header left for backward compatibility. |
| 10 | // Use boost/iterator/function_output_iterator.hpp instead. |
| 11 | |
| 12 | #include <boost/iterator/function_output_iterator.hpp> |
| 13 | |
| 14 | #endif // BOOST_FUNCTION_OUTPUT_ITERATOR_HPP |