function_output_iterator.hpp 509 B

1234567891011121314
  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. #ifndef BOOST_FUNCTION_OUTPUT_ITERATOR_HPP
  6. #define BOOST_FUNCTION_OUTPUT_ITERATOR_HPP
  7. // This is a deprecated header left for backward compatibility.
  8. // Use boost/iterator/function_output_iterator.hpp instead.
  9. #include <boost/iterator/function_output_iterator.hpp>
  10. #endif // BOOST_FUNCTION_OUTPUT_ITERATOR_HPP