Modify alarm

pull/6196/head
shenwei41 4 years ago
parent aa0d806765
commit d10d4433cf

@ -354,7 +354,7 @@ class BPlusTree {
Iterator &operator=(const Iterator &lhs);
Iterator(Iterator &&);
explicit Iterator(Iterator &&);
Iterator &operator=(Iterator &&lhs);
@ -403,7 +403,7 @@ class BPlusTree {
ConstIterator &operator=(const ConstIterator &lhs);
ConstIterator(ConstIterator &&);
explicit ConstIterator(ConstIterator &&);
ConstIterator &operator=(ConstIterator &&lhs);

Loading…
Cancel
Save