replaced deprecated #include

This commit is contained in:
joaquintides
2020-05-11 16:06:33 +02:00
parent 0f41301229
commit c6221ca431
2 changed files with 8 additions and 2 deletions
+6
View File
@@ -1122,6 +1122,12 @@ to allow for the definition of container-level `operator<` and related operators
[section Release notes]
[section Boost 1.74]
* Maintenance work.
[endsect]
[section Boost 1.73]
* Suppressed a potential redundant move warning in `boost::poly_collection::for_each`.
+2 -2
View File
@@ -1,4 +1,4 @@
/* Copyright 2016-2018 Joaquin M Lopez Munoz.
/* Copyright 2016-2020 Joaquin M Lopez Munoz.
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE_1_0.txt or copy at
* http://www.boost.org/LICENSE_1_0.txt)
@@ -17,7 +17,7 @@
#include <boost/config.hpp>
#include <boost/core/lightweight_test.hpp>
#include <boost/detail/workaround.hpp>
#include <boost/function_output_iterator.hpp>
#include <boost/iterator/function_output_iterator.hpp>
#include <boost/poly_collection/algorithm.hpp>
#include <functional>
#include <iterator>