stxxl Assertion `it != root_node_.end()' failed
- by Fabrizio Silvestri
I am receiving this assertion failed error when trying to insert an element in a stxxl map.
The entire assertion error is the following:
resCache: /usr/include/stxxl/bits/containers/btree/btree.h:470: std::pair , bool stxxl::btree::btree::insert(const value_type&) [with KeyType = e_my_key, DataType = unsigned int, CompareType = comp_type,…