id summary reporter owner description type status milestone component version severity resolution keywords cc 13348 splice does not work as expected gkorolev@… Ion Gaztañaga "The call of the splice method with iterators leads to an infinite loop inside common_slist_algorithms::get_previous_node {{{ slist lst1 = { 0, 1, 2, 3 }; slist lst2; lst2.splice(lst2.begin(), lst1, lst1.begin()); expected: lst1 == { 1, 2, 3 } lst2 == { 0 } }}} xref https://github.com/boostorg/container/pull/64" Bugs closed To Be Determined container Boost 1.65.0 Problem duplicate slist container