Kefu Chai
33a0e5b892
treewide: replace boost::find_if with std::ranges::find_if
...
now that we are allowed to use C++23. we now have the luxury of using
`std::ranges::find_if`.
in this change, we:
- replace `boost::find_if` with `std::ranges::find_if`
- remove all `#include <boost/range/algorithm/find_if.hpp>`
to reduce the dependency to boost for better maintainability, and
leverage standard library features for better long-term support.
this change is part of our ongoing effort to modernize our codebase
and reduce external dependencies where possible.
Signed-off-by: Kefu Chai <kefu.chai@scylladb.com >
2024-11-19 10:50:01 +08:00
..
2024-11-05 00:43:27 +01:00
2024-10-04 20:48:18 +08:00
2024-11-18 16:48:57 +02:00
2024-11-18 16:48:57 +02:00
2024-11-06 15:20:23 +00:00
2024-11-05 00:43:27 +01:00
2024-11-19 10:50:01 +08:00
2024-09-28 16:31:50 +03:00
2024-11-05 00:43:27 +01:00
2024-10-30 11:07:57 +08:00
2024-06-21 07:12:06 +03:00
2024-10-04 20:48:18 +08:00
2024-09-23 12:01:36 +02:00
2024-11-14 17:45:07 +02:00
2024-11-07 02:47:54 -05:00
2024-01-12 10:49:00 +02:00
2024-10-11 09:38:25 +02:00
2024-10-22 06:54:46 +03:00
2024-08-29 21:19:23 +03:00
2024-10-04 20:48:18 +08:00
2024-06-21 07:12:06 +03:00
2024-10-04 20:48:18 +08:00
2024-10-27 21:32:45 +02:00
2024-10-04 20:48:18 +08:00
2024-10-21 12:47:52 +03:00
2024-10-22 06:54:46 +03:00
2024-11-14 17:45:07 +02:00
2024-08-05 08:23:35 +03:00
2024-04-25 17:15:27 +08:00
2023-07-21 12:38:46 +03:00
2024-01-19 10:16:41 +02:00
2024-11-05 00:43:27 +01:00
2024-11-05 00:43:27 +01:00
2022-06-22 20:16:48 +02:00
2024-10-22 06:54:46 +03:00
2022-11-28 21:58:30 +02:00
2022-06-22 20:16:48 +02:00
2024-10-04 20:48:18 +08:00
2024-01-29 15:43:51 +02:00
2024-10-22 06:54:46 +03:00
2024-09-23 12:01:36 +02:00
2024-05-18 00:15:07 +03:00
2024-10-27 21:32:45 +02:00
2024-09-23 12:01:36 +02:00
2024-11-19 10:50:01 +08:00
2024-07-09 18:31:35 +03:00
2024-10-21 12:47:52 +03:00
2024-09-25 09:11:26 +08:00
2024-10-22 06:54:46 +03:00
2024-05-17 20:41:19 +03:00
2024-09-11 23:21:40 +03:00
2024-01-09 11:44:19 +02:00
2024-10-11 14:11:28 +03:00
2024-10-04 20:48:18 +08:00
2024-11-08 09:15:42 +02:00
2024-10-11 13:48:09 +03:00
2024-01-09 11:44:19 +02:00
2024-08-13 10:03:46 +02:00
2024-01-09 11:44:19 +02:00
2024-11-18 16:48:57 +02:00
2023-12-21 16:19:42 +02:00
2024-02-01 10:22:45 +02:00