mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-03 21:47:10 +00:00
Signed-off-by: Vlad Zolotarov <vladz@cloudius-systems.com> New in v2: - Use std::partition_copy() and boost::range::algorithm::partition(). - Don't use std::move() when returning a local vector variable.