Changelog updated with LWG #2210

This commit is contained in:
Ion Gaztañaga
2015-02-03 14:25:44 +01:00
parent 22f1d32f7b
commit 5455eb58bf

View File

@@ -1086,8 +1086,8 @@ use [*Boost.Container]? There are several reasons for that:
and [*Boost.Intrusive]. Preprocessed code size have decreased considerably and compilation times have improved. and [*Boost.Intrusive]. Preprocessed code size have decreased considerably and compilation times have improved.
* Added `nth` and `index_of` functions to containers with random-access iterators (except `basic_string`). * Added `nth` and `index_of` functions to containers with random-access iterators (except `basic_string`).
* Added C++17's `allocator_traits<Allocator>::is_always_equal`. * Added C++17's `allocator_traits<Allocator>::is_always_equal`.
* Updated containers to implement new constructors from C++14 (`Sequence(size_type, const allocator_type &)`, and related * Updated containers to implement new constructors as specified in
constructors in set/map). [@http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2210 2210. Missing allocator-extended constructor for allocator-aware containers].
* Fixed bugs: * Fixed bugs:
* [@https://svn.boost.org/trac/boost/ticket/10790 Trac #10790 (['long long errors from container"])]. * [@https://svn.boost.org/trac/boost/ticket/10790 Trac #10790 (['long long errors from container"])].
* [@https://svn.boost.org/trac/boost/ticket/10808 Trac #10808 (['compare equal operator of vector is broken"])]. * [@https://svn.boost.org/trac/boost/ticket/10808 Trac #10808 (['compare equal operator of vector is broken"])].