xo-alloc2: working operator* for AAllocIterator
This commit is contained in:
parent
af1707aa03
commit
cb0add52df
8 changed files with 45 additions and 3 deletions
|
|
@ -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