Modify alarm

This commit is contained in:
shenwei41 2020-09-14 17:32:59 +08:00
parent aa0d806765
commit d10d4433cf
1 changed files with 2 additions and 2 deletions

View File

@ -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);