Browse Source

Modify alarm

tags/v1.0.0
shenwei41 5 years ago
parent
commit
d10d4433cf
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      mindspore/ccsrc/minddata/dataset/util/btree.h

+ 2
- 2
mindspore/ccsrc/minddata/dataset/util/btree.h 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);



Loading…
Cancel
Save