Commit 608b9c88 by François Dumont

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
parent 7fd74620
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> 2014-10-24 Jonathan Wakely <jwakely@redhat.com>
* testsuite/18_support/headers/cstdbool/macros.cc: New. * testsuite/18_support/headers/cstdbool/macros.cc: New.
......
...@@ -2612,8 +2612,8 @@ particular release. ...@@ -2612,8 +2612,8 @@ particular release.
<emphasis>23.5.5.2 [unord.multimap.cnstr]</emphasis>, <emphasis>23.5.5.2 [unord.multimap.cnstr]</emphasis>,
<emphasis>23.5.6.2 [unord.set.cnstr]</emphasis>, <emphasis>23.5.6.2 [unord.set.cnstr]</emphasis>,
<emphasis>23.5.7.2 [unord.multiset.cnstr]</emphasis> <emphasis>23.5.7.2 [unord.multiset.cnstr]</emphasis>
The default bucket count is 10 for the default constructors The default minimal bucket count is 0 for the default constructors, range
and 0 for the range constructors and initializer-list constructors. constructors and initializer-list constructors.
</para> </para>
<para> <para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment