This commit is contained in:
2024-05-09 11:37:59 -07:00
parent beabb8c690
commit 91896313f7

View File

@@ -827,6 +827,8 @@ VersionedMap::Iterator::operator=(Iterator &&other) noexcept {
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::operator*() const {
assert(impl->finger.backNode() != 0);