From: François Dumont Date: Sat, 25 Oct 2014 20:18:19 +0000 (+0000) Subject: status_cxx2011.xml: Update unordered container specific behavior. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=608b9c889efe2b27282ced89114d07e7e9b013ad;p=gcc.git status_cxx2011.xml: Update unordered container specific behavior. 2014-10-25 François Dumont * doc/xml/manual/status_cxx2011.xml: Update unordered container specific behavior. From-SVN: r216692 --- 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.