From 608b9c889efe2b27282ced89114d07e7e9b013ad Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Dumont?= Date: Sat, 25 Oct 2014 20:18:19 +0000 Subject: [PATCH] status_cxx2011.xml: Update unordered container specific behavior. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 2014-10-25 François Dumont * doc/xml/manual/status_cxx2011.xml: Update unordered container specific behavior. From-SVN: r216692 --- libstdc++-v3/ChangeLog | 5 +++++ libstdc++-v3/doc/xml/manual/status_cxx2011.xml | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 27e31bb7126..0cea62e90f2 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2014-10-25 François Dumont + + * doc/xml/manual/status_cxx2011.xml: Update unordered container + specific behavior. + 2014-10-24 Jonathan Wakely * testsuite/18_support/headers/cstdbool/macros.cc: New. diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2011.xml b/libstdc++-v3/doc/xml/manual/status_cxx2011.xml index 7b631c2e402..455c704434f 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx2011.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx2011.xml @@ -2612,8 +2612,8 @@ particular release. 23.5.5.2 [unord.multimap.cnstr], 23.5.6.2 [unord.set.cnstr], 23.5.7.2 [unord.multiset.cnstr] - The default bucket count is 10 for the default constructors - and 0 for the range constructors and initializer-list constructors. + The default minimal bucket count is 0 for the default constructors, range + constructors and initializer-list constructors. -- 2.30.2