mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-21 09:00:35 +00:00
Container indices are size_t, and in other places we gratuituously declare a limit as unsigned and the loop index as signed. Tests: unit (release) Message-Id: <20180212121642.10525-1-avi@scylladb.com>