]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/boost/function_output_iterator.hpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / boost / function_output_iterator.hpp
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