forked from huawei/mindspore2022
Modify alarm
This commit is contained in:
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…
Reference in New Issue