update boost

This commit is contained in:
2023-11-24 12:56:13 -06:00
parent cfc99971af
commit 19d727037a
9260 changed files with 849256 additions and 299957 deletions

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)
@@ -106,7 +106,7 @@ template<
Function for_each(const Iterator& first,const Iterator& last,Function f)
{
for_each_segment(first,last,restitute_range<Ts...>(for_each_alg{},f));
return std::move(f);
return f;
}
struct for_each_n_alg