libcruft-util/array
Danny Robson 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
..
darray.hpp assert: split CHECK_LIMIT into INCLUSIVE and INDEX 2020-09-24 08:03:41 +10:00
md.cpp array: add md stubs 2020-03-16 14:14:16 +11:00
md.hpp array: add md stubs 2020-03-16 14:14:16 +11:00
parray.cpp assert: split CHECK_LIMIT into INCLUSIVE and INDEX 2020-09-24 08:03:41 +10:00
parray.hpp array/parray: add erase function 2019-06-02 11:10:31 +10:00
sarray.cpp array: move sarray and parray into array directory 2018-12-17 12:50:05 +11:00
sarray.hpp sarray: add an empty query 2020-07-22 13:27:32 +10:00
varray.hpp assert: split CHECK_LIMIT into INCLUSIVE and INDEX 2020-09-24 08:03:41 +10:00