From 5455eb58bf8f1a3c602440e96af37ecb88dfccc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Tue, 3 Feb 2015 14:25:44 +0100 Subject: [PATCH] Changelog updated with LWG #2210 --- doc/container.qbk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/container.qbk b/doc/container.qbk index 1595367..965d7da 100644 --- a/doc/container.qbk +++ b/doc/container.qbk @@ -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::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"])].