id summary reporter owner description type status milestone component version severity resolution keywords cc 7232 boost::container::basic_string::insert's implementation is inconsistent with a document kariya_mitsuru@… Ion Gaztañaga "In boost::container::basic_string::insert, the function prototype is {{{ void insert(const_iterator p, size_type n, CharT c); }}} but the document has a return value description Returns: An iterator which refers to the copy of the first inserted character, or p if n == 0. Also {{{ template void insert(const_iterator p, InputIter first, InputIter last); }}} and Returns: An iterator which refers to the copy of the first inserted character, or p if first == last. I think these functions should return an iterator written in the document, like c++11." Bugs closed To Be Determined container Boost 1.48.0 Problem fixed