blob: 15dbcb9f5450831067cb3cf379389a858c4bbc65 [file] [log] [blame]
Brian Silverman59623332018-08-04 23:36:56 -07001// (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