[StorageV2] Fix move constructor for delta
Reviewers: mferencevic, teon.banek Reviewed By: mferencevic Differential Revision: https://phabricator.memgraph.io/D2158
This commit is contained in:
parent
71c76cfb73
commit
c7a8be31cb
@ -25,7 +25,7 @@ struct Delta {
|
||||
value(other.value),
|
||||
timestamp(other.timestamp),
|
||||
command_id(other.command_id),
|
||||
prev(nullptr),
|
||||
prev(other.prev),
|
||||
next(other.next.load()) {}
|
||||
|
||||
Delta(const Delta &) = delete;
|
||||
|
Loading…
Reference in New Issue
Block a user