id summary reporter owner description type status milestone component version severity resolution keywords cc 6223 Wrong documentation for slist::splice stheophil@… Ion Gaztañaga "Two splice / splice_after calls are not correctly documented at http://www.boost.org/doc/libs/1_48_0/doc/html/boost/intrusive/slist.html#id1203131-b 47. iterator splice_after(const_iterator prev, slist & x) ; Requires: prev is an iterator to an element or x.end()/x.before_begin() in x. 51. void splice(const_iterator it, slist & x, const_iterator * last = 0); Requires: it is an iterator to an element in x. In both cases (as in all other splice calls) the first parameter must be an iterator into this and not x." Bugs closed To Be Determined intrusive Boost 1.48.0 Problem fixed