The helper in question converts an iterable collection to a vector of fmt::to_string()-s of the collection elements. Patch the caller to use standard library and remove the helper. Closes scylladb/scylladb#24357 * github.com:scylladb/scylladb: api: Drop no longer used container_to_vec helper api: Use std::ranges to stringify collections api: Use std::ranges to convert std::set<sstring> to std::vector<string> api: Use db::config::data_file_directories()' vector directly api: Coroutinize get_live_endpoint()
7.1 KiB
7.1 KiB