xo-alloc2: working operator* for AAllocIterator
This commit is contained in:
parent
13edc3a973
commit
c6fbaf7b5e
5 changed files with 36 additions and 2 deletions
|
|
@ -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_),
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue