2014-10-25 François Dumont <fdumont@gcc.gnu.org>
authorfdumont <fdumont@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 25 Oct 2014 20:18:19 +0000 (20:18 +0000)
committerfdumont <fdumont@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 25 Oct 2014 20:18:19 +0000 (20:18 +0000)
* doc/xml/manual/status_cxx2011.xml: Update unordered container
specific behavior.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@216692 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/doc/xml/manual/status_cxx2011.xml

index 27e31bb..0cea62e 100644 (file)
@@ -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.
index 7b631c2..455c704 100644 (file)
@@ -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>