Add TODO
This commit is contained in:
@@ -827,6 +827,8 @@ VersionedMap::Iterator::operator=(Iterator &&other) noexcept {
|
|||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO once we have good testing for this, design a state machine that fuses
|
||||||
|
// adjacent point and range clears at the same version.
|
||||||
VersionedMap::Iterator::VersionedMutation
|
VersionedMap::Iterator::VersionedMutation
|
||||||
VersionedMap::Iterator::operator*() const {
|
VersionedMap::Iterator::operator*() const {
|
||||||
assert(impl->finger.backNode() != 0);
|
assert(impl->finger.backNode() != 0);
|
||||||
|
Reference in New Issue
Block a user