xo-arena: DArenaHashMap: find() + utest

This commit is contained in:
Roland Conybeare 2026-01-08 17:04:07 -05:00
commit 5be04f5ed2
3 changed files with 75 additions and 18 deletions

View file

@ -208,6 +208,9 @@ namespace xo {
ok_flag &= HashMapUtil<HashMap>::check_forward_iterator(0.0 /*dvalue*/,
dbg_flag, hash_map);
ok_flag &= HashMapUtil<HashMap>::random_lookups(0.0 /*dvalue*/,
dbg_flag, &rgen, hash_map);
return ok_flag;
};