xo-arena: bugfix: backwards iteration working now
This commit is contained in:
parent
579a244c8c
commit
6f0b45c429
3 changed files with 84 additions and 1 deletions
|
|
@ -207,6 +207,9 @@ namespace xo {
|
|||
|
||||
ok_flag &= HashMapUtil<HashMap>::check_forward_iterator(0.0 /*dvalue*/,
|
||||
dbg_flag, hash_map);
|
||||
/* regular forward iterator, but start at hash_map.end() and use operator-- */
|
||||
ok_flag &= HashMapUtil<HashMap>::check_backward_iterator(0.0 /*dvalue*/,
|
||||
dbg_flag, hash_map);
|
||||
|
||||
ok_flag &= HashMapUtil<HashMap>::random_lookups(0.0 /*dvalue*/,
|
||||
dbg_flag, &rgen, hash_map);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue