id summary reporter owner description type status milestone component version severity resolution keywords cc 9987 boost icl throws on gaps xfenginc@… Joachim Faulhaber "void overlap_counter() { typedef interval_map OverlapCounterT; OverlapCounterT overlap_counter; discrete_interval inter_val; int l[10]={1,1,1}; int r[10]={2,3,3}; for(int i = 0; i < 3; i++){ inter_val = discrete_interval::right_open(l[i],r[i]); overlap_counter += make_pair(inter_val, 1); } // get_insert prints: // *********[2,3) // *********[2,4) //Exceptions raised here. //Assertion failed: (this->_map.find(inter_val) == this->_map.end()), function gap_insert, file /Users/gagaga/boost155/include/boost/icl/interval_base_map.hpp, line 555. }" Bugs closed To Be Determined ICL Boost 1.55.0 Showstopper fixed tvk.boost@…