mirror of
https://github.com/boostorg/container.git
synced 2025-08-02 14:04:26 +02:00
Changelog updated with LWG #2210
This commit is contained in:
@@ -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.
|
||||
* 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`.
|
||||
* Updated containers to implement new constructors from C++14 (`Sequence(size_type, const allocator_type &)`, and related
|
||||
constructors in set/map).
|
||||
* Updated containers to implement new constructors as specified in
|
||||
[@http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2210 2210. Missing allocator-extended constructor for allocator-aware containers].
|
||||
* Fixed bugs:
|
||||
* [@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"])].
|
||||
|
Reference in New Issue
Block a user