mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-22 01:20:39 +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().