mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-23 10:00:35 +00:00
Both lower and upper bound calculations were broken. Fix by using iterators instead of calculating indices using std::distance().
Both lower and upper bound calculations were broken. Fix by using iterators instead of calculating indices using std::distance().