mirror of
https://github.com/boostorg/poly_collection.git
synced 2026-07-21 13:33:37 +00:00
replaced deprecated #include
This commit is contained in:
@@ -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`.
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user