Files
scylladb/api
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-01-25 11:28:02 +03:00
2024-06-21 13:28:06 +03:00
2024-10-22 06:54:46 +03:00
2024-01-25 11:28:02 +03:00
2024-06-13 09:32:51 +08:00