Add todo to support decrementing end()
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user