xo-alloc2: working operator* for AAllocIterator

This commit is contained in:
Roland Conybeare 2025-12-21 16:20:13 -05:00
commit cb0add52df
8 changed files with 45 additions and 3 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_),