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-11 20:26:27 +02:00
2024-11-18 14:57:49 +02:00
2023-12-02 22:37:22 +02:00
2024-11-11 20:26:27 +02:00
2024-10-03 18:08:56 +03:00
2024-10-08 09:38:16 +03:00
2024-11-18 14:57:49 +02:00
2024-04-19 07:44:07 +03:00
2024-11-19 10:50:01 +08:00
2024-10-03 18:09:01 +03:00
2024-10-01 14:02:50 +03:00
2024-11-11 20:26:27 +02:00
2024-09-10 19:05:57 +03:00
2024-08-05 08:23:35 +03:00
2024-11-14 17:45:07 +02:00
2024-07-10 23:32:47 +03:00
2024-11-01 12:45:24 +03:00
2024-10-01 14:02:50 +03:00
2024-10-03 14:16:05 +02:00
2024-11-04 14:28:27 +02:00
2024-11-14 17:45:07 +02:00
2024-10-22 06:54:46 +03:00
2024-03-07 09:07:07 +02:00
2024-01-09 11:45:44 +02:00
2024-02-23 13:55:22 +08:00
2024-01-09 11:45:44 +02:00
2024-10-22 06:54:46 +03:00
2024-09-10 19:05:57 +03:00
2024-08-05 08:23:35 +03:00
2024-05-21 12:14:10 +03:00
2023-09-01 22:34:41 +02:00
2024-08-05 08:23:35 +03:00
2024-09-27 01:25:15 +02:00
2024-10-22 06:54:46 +03:00
2024-08-05 08:23:35 +03:00
2024-10-28 21:13:23 +02:00
2024-01-09 11:45:44 +02:00
2024-10-03 18:09:05 +03:00
2024-04-19 07:44:07 +03:00
2024-10-27 21:32:45 +02:00
2024-10-11 14:11:28 +03:00
2024-11-18 14:57:49 +02:00
2024-11-11 20:26:27 +02:00
2024-06-21 07:12:06 +03:00
2024-11-11 20:42:46 +02:00
2024-11-11 20:42:46 +02:00
2023-06-06 13:29:16 +03:00
2024-10-22 17:21:31 +03:00
2024-10-21 15:13:27 +03:00
2024-10-11 13:48:09 +03:00
2024-11-18 16:48:57 +02:00
2024-11-11 20:40:31 +02:00
2024-10-21 15:18:19 +03:00
2024-10-21 15:13:27 +03:00
2024-11-11 20:26:27 +02:00
2024-10-28 21:13:23 +02:00
2024-04-19 07:44:07 +03:00
2024-10-03 14:09:57 +02:00
2023-06-06 13:29:16 +03:00
2024-10-30 19:58:07 +02:00