xo-alloc2: working operator* for AAllocIterator

This commit is contained in:
Roland Conybeare 2025-12-21 16:20:13 -05:00
commit c6fbaf7b5e
5 changed files with 36 additions and 2 deletions

View file

@ -32,7 +32,7 @@ namespace xo {
if (!other)
return cmpresult::incomparable();
DArenaIterator & other_ix = *other;
DArenaIterator & other_ix = *other.data();
log && log(xtag("&other_ix", &other_ix),
xtag("other_ix.arena", other_ix.arena_),