1[/license 2 3Boost.Bimap 4 5Copyright (c) 2006-2007 Matias Capeletto 6 7Distributed under the Boost Software License, Version 1.0. 8(See accompanying file LICENSE_1_0.txt or copy at 9http://www.boost.org/LICENSE_1_0.txt) 10 11] 12 13[/ QuickBook Document version 1.4 ] 14 15[section Release notes] 16 17[heading Boost 1.53 release] 18 19* Refactor map_view_iterator to improve error messages. 20* Fixed replace_(left/right/key/data) bug when using relations with info. 21* Fixed vector_of and list_of views `assign(size_type,value_type)` bug. 22* Fixed vector_of views `operator[](size_type)` and `at(size_type)` functions return value. 23 24[heading Boost 1.52 release] 25 26* Fixed unused parameter name warnings in Boost.Bimap ([@https://svn.boost.org/trac/boost/ticket/7425 #7425]). 27 28[heading Boost 1.50 release] 29 30* Added key_type and mapped_type (leaving data_type for backward compatibility) typedefs to map views ([@https://svn.boost.org/trac/boost/ticket/6031 #6031]). 31* Removed spurious dependency on Boost.Serialization ([@https://svn.boost.org/trac/boost/ticket/3868 #3868]). 32* Solved unused constructor parameter warning ([@https://svn.boost.org/trac/boost/ticket/5749 #5749]). 33 34[heading Boost 1.45 release] 35* Fixed custom allocators ([@https://svn.boost.org/trac/boost/ticket/3665 #3665]). 36* Fixed count() constness ([@https://svn.boost.org/trac/boost/ticket/2484 #2484]). 37* Other maintenance fixes. 38 39[heading Boost 1.35 release] 40* Added to Boost Libraries. 41 42[endsect]