Kefu Chai
64122b3df3
treewide: s/boost::transform/std::ranges::transform/
...
now that we are allowed to use C++23. we now have the luxury of using
`std::ranges::transform`.
in this change, we:
- replace `boost::transform` with `std::ranges::transform`
- update affected code to work with `std::ranges::transform`
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 >
Closes scylladb/scylladb#21318
2024-11-01 08:15:14 +02:00
..
2024-10-03 15:39:40 +03:00
2024-10-27 21:32:45 +02:00
2024-10-27 21:32:45 +02:00
2024-11-01 08:15:14 +02:00
2024-11-01 08:15:14 +02:00
2024-06-14 09:45:35 +03:00
2024-09-16 13:48:43 +02:00
2024-09-16 13:48:43 +02:00
2024-06-07 06:44:59 +08:00
2024-03-08 15:14:52 +02:00
2024-09-20 14:24:53 +02:00
2024-07-28 17:29:07 +03:00
2024-10-01 14:02:50 +03:00
2024-08-05 08:23:35 +03:00
2023-02-19 21:05:45 +02:00
2024-01-16 16:43:17 +02:00
2024-01-16 16:43:17 +02:00
2024-09-20 14:24:53 +02:00
2024-06-14 09:45:35 +03:00
2024-03-21 23:14:57 +01:00
2024-10-30 14:07:58 +02:00
2024-10-22 06:54:46 +03:00
2024-09-24 14:18:01 +02:00
2024-09-01 17:27:48 +03:00
2024-10-02 07:29:30 +02:00
2024-01-16 16:43:17 +02:00
2024-08-05 08:23:35 +03:00
2024-08-05 08:23:35 +03:00
2024-07-28 17:29:07 +03:00
2024-08-05 08:23:35 +03:00
2024-01-16 16:43:17 +02:00
2024-07-28 17:29:07 +03:00
2024-03-26 13:38:37 +08:00
2024-01-16 16:43:17 +02:00
2024-04-23 12:08:23 +03:00
2023-09-25 17:18:53 +02:00
2024-08-29 21:19:23 +03:00
2024-01-16 16:43:17 +02:00
2023-01-16 21:10:56 +02:00
2024-09-11 23:21:40 +03:00
2024-09-28 16:31:53 +03:00
2023-05-07 17:17:36 +03:00
2024-08-05 08:23:35 +03:00
2024-03-26 18:32:11 +02:00
2024-10-30 14:07:58 +02:00
2024-09-28 16:31:53 +03:00
2024-01-16 16:43:17 +02:00
2023-10-31 18:34:41 +03:00
2024-09-11 23:21:40 +03:00
2023-02-19 21:05:45 +02:00
2024-09-11 23:21:40 +03:00
2023-05-10 15:03:12 +03:00
2024-08-05 08:23:35 +03:00
2023-03-08 16:18:23 +02:00
2024-08-05 08:23:35 +03:00
2024-01-16 16:43:17 +02:00
2023-03-23 01:41:58 +01:00
2024-01-21 16:53:05 +02:00
2024-10-31 23:49:44 +01:00
2024-10-31 23:49:44 +01:00
2024-03-05 14:00:13 +08:00
2024-06-14 09:45:35 +03:00