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

@ -25,7 +25,7 @@ namespace xo {
if (!other)
return cmpresult::incomparable();
DX1CollectorIterator & other_ix = *other;
DX1CollectorIterator & other_ix = *other.data();
return ix.compare(other_ix);
}