Change entry representation to reduce number of entries
This commit is contained in:
@@ -141,7 +141,7 @@ struct VersionedMap {
|
||||
|
||||
/** Map starts with no mutations, with `getOldestVersion()` == `getVersion()`
|
||||
* == `version`. */
|
||||
VersionedMap(int64_t version);
|
||||
explicit VersionedMap(int64_t version);
|
||||
|
||||
~VersionedMap();
|
||||
|
||||
|
Reference in New Issue
Block a user