mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-21 17:10:35 +00:00
To reduce dependency load, change uses of boost ranges to std::ranges. The first patch is preparation, replacing a construct that isn't easy to support with std ranges with something simpler. No backport as this is a code cleanup. Closes scylladb/scylladb#21122 * github.com:scylladb/scylladb: schema: replace boost ranges with std ranges schema: precompute all_columns_in_select_order()