diff options
author | François Dumont <fdumont@gcc.gnu.org> | 2014-10-25 20:18:19 +0000 |
---|---|---|
committer | François Dumont <fdumont@gcc.gnu.org> | 2014-10-25 20:18:19 +0000 |
commit | 608b9c889efe2b27282ced89114d07e7e9b013ad (patch) | |
tree | 71fff4a9b2262640caa8de7e45d50da5e5f27265 | |
parent | 7fd746204c57f7798b53fe9f2f0bd6e7964a2291 (diff) | |
download | gcc-608b9c889efe2b27282ced89114d07e7e9b013ad.zip gcc-608b9c889efe2b27282ced89114d07e7e9b013ad.tar.gz gcc-608b9c889efe2b27282ced89114d07e7e9b013ad.tar.bz2 |
status_cxx2011.xml: Update unordered container specific behavior.
2014-10-25 François Dumont <fdumont@gcc.gnu.org>
* doc/xml/manual/status_cxx2011.xml: Update unordered container
specific behavior.
From-SVN: r216692
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
-rw-r--r-- | 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 27e31bb..0cea62e 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2014-10-25 François Dumont <fdumont@gcc.gnu.org> + + * doc/xml/manual/status_cxx2011.xml: Update unordered container + specific behavior. + 2014-10-24 Jonathan Wakely <jwakely@redhat.com> * 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 7b631c2..455c704 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. <emphasis>23.5.5.2 [unord.multimap.cnstr]</emphasis>, <emphasis>23.5.6.2 [unord.set.cnstr]</emphasis>, <emphasis>23.5.7.2 [unord.multiset.cnstr]</emphasis> - 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. </para> <para> |