-
Refactor map_view_iterator to improve error messages.
-
Fixed replace_(left/right/key/data) bug when using relations with info.
-
Fixed vector_of and list_of views
assign(size_type,value_type)
bug.
-
Fixed vector_of views
operator[](size_type)
and at(size_type)
functions return value.
-
Fixed unused parameter name warnings in Boost.Bimap (#7425).
-
Added key_type and mapped_type (leaving data_type for backward compatibility)
typedefs to map views (#6031).
-
Removed spurious dependency on Boost.Serialization (#3868).
-
Solved unused constructor parameter warning (#5749).
-
Fixed custom allocators (#3665).
-
Fixed count() constness (#2484).
-
Other maintenance fixes.
-
Added to Boost Libraries.