aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrançois Dumont <fdumont@gcc.gnu.org>2014-10-25 20:18:19 +0000
committerFrançois Dumont <fdumont@gcc.gnu.org>2014-10-25 20:18:19 +0000
commit608b9c889efe2b27282ced89114d07e7e9b013ad (patch)
tree71fff4a9b2262640caa8de7e45d50da5e5f27265
parent7fd746204c57f7798b53fe9f2f0bd6e7964a2291 (diff)
downloadgcc-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/ChangeLog5
-rw-r--r--libstdc++-v3/doc/xml/manual/status_cxx2011.xml4
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>