Commit Graph

4 Commits

Author SHA1 Message Date
fdaa5e1392 assert: split CHECK_LIMIT into INCLUSIVE and INDEX
LIMIT hid an off-by-one bug when tests used end iterators. We rename the
assertion to uncover all uses of the flawed implementation, and split it
into an identical assertion, and one intended to protect against
iterator ends.
2020-09-24 08:03:41 +10:00
8beada1646 debug: split debug headers into components 2019-05-17 12:26:08 +10:00
7746463c5a array/varray: allow construction from containers 2019-02-21 17:40:38 +11:00
7511580de7 array: add varray wrapper 2019-01-31 13:45:40 +11:00