Share

STLport

File Release Notes and Changelog

Release Name: STLport 5.0.3

Notes: Bugfix release of 5.0 branch.


Changes: - few fixes related to print floats (possible buffer overflow); - fix bug in list::swap - search_n with predicate fail in case when subsequence size is 1; - fix missing null termination in rope constructor from a character and a buffer overrun; - fix implementation of __equal_range, __lower_bound, __upper_bound when dealing with a key whom type is different from the value_type of the iterator; - Modification of the slist::splice_after methods signature; one now have to pass the source slist instance, this is mandatory in order to compare the 2 slists allocator instance before moving an element from a slist instance to an other; - fix hash_multimap behaviour when deal with same keys