Add todo to support decrementing end()

This commit is contained in:
2024-05-09 16:19:54 -07:00
parent bb12e92635
commit 9aed358615

View File

@@ -946,6 +946,8 @@ VersionedMap::Iterator &VersionedMap::Iterator::operator--() {
return *this;
}
// TODO support decrementing end
do {
const auto &entry = *impl->map->mm.base[impl->finger.backNode()].entry;
impl->map->move<std::memory_order_acquire>(impl->finger, impl->version,