stx-btree icon indicating copy to clipboard operation
stx-btree copied to clipboard

Function erase(iterator /* first */, iterator /* last */) interface has not been implemented

Open oracleloyall opened this issue 2 years ago • 0 comments

#ifdef BTREE_TODO /// Erase all key/data pairs in the range [first,last). This function is /// currently not implemented by the B+ Tree. void erase(iterator /* first /, iterator / last */) { abort(); } #endif

oracleloyall avatar Mar 17 '22 02:03 oracleloyall