Commit 21c4af43 by Ville Voutilainen Committed by Jonathan Wakely

status_cxx2011.xml: Update C++11 status.

2015-01-17  Ville Voutilainen  <ville.voutilainen@gmail.com>
	    Jonathan Wakely  <jwakely@redhat.com>

	* doc/xml/manual/status_cxx2011.xml: Update C++11 status.
	* doc/html/*: Regenerate.

Co-Authored-By: Jonathan Wakely <jwakely@redhat.com>

From-SVN: r219794
parent 1d0a12dc
2015-01-17 Ville Voutilainen <ville.voutilainen@gmail.com>
Jonathan Wakely <jwakely@redhat.com>
* doc/xml/manual/status_cxx2011.xml: Update C++11 status.
* doc/html/*: Regenerate.
2015-01-17 Jonathan Wakely <jwakely@redhat.com> 2015-01-17 Jonathan Wakely <jwakely@redhat.com>
DR 488 DR 488
......
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>The GNU C++ Library</title><meta name="generator" content="DocBook XSL-NS Stylesheets V1.78.1" /><meta name="description" content="Short Contents Copyright (C) 2008-2014 FSF Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. This is the top level of the libstdc++ documentation set. The documentation is divided into the following three sections. Manual Frequently Asked Questions API and Source Documentation" /><meta name="keywords" content="ISO C++, runtime, library" /><link rel="home" href="index.html" title="The GNU C++ Library" /><link rel="next" href="manual/index.html" title="The GNU C++ Library Manual" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">The GNU C++ Library</th></tr><tr><td width="20%" align="left"> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="manual/index.html">Next</a></td></tr></table><hr /></div><div class="set" lang="en" xml:lang="en"><div class="titlepage"><div><div><h1 class="title"><a id="set-index"></a>The GNU C++ Library</h1></div><div><div class="abstract"><a id="contents"></a><p class="title"><strong>Short Contents</strong></p><p> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>The GNU C++ Library</title><meta name="generator" content="DocBook XSL-NS Stylesheets V1.78.1" /><meta name="description" content="Short Contents Copyright (C) 2008-2015 FSF Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. This is the top level of the libstdc++ documentation set. The documentation is divided into the following three sections. Manual Frequently Asked Questions API and Source Documentation" /><meta name="keywords" content="ISO C++, runtime, library" /><link rel="home" href="index.html" title="The GNU C++ Library" /><link rel="next" href="manual/index.html" title="The GNU C++ Library Manual" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">The GNU C++ Library</th></tr><tr><td width="20%" align="left"> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="manual/index.html">Next</a></td></tr></table><hr /></div><div class="set" lang="en" xml:lang="en"><div class="titlepage"><div><div><h1 class="title"><a id="set-index"></a>The GNU C++ Library</h1></div><div><div class="abstract"><a id="contents"></a><p class="title"><strong>Short Contents</strong></p><p>
Copyright (C) 2008-2014 Copyright (C) 2008-2015
<a class="link" href="http://www.fsf.org/" target="_top">FSF <a class="link" href="http://www.fsf.org/" target="_top">FSF
</a> </a>
</p><p> </p><p>
......
...@@ -5,7 +5,8 @@ ...@@ -5,7 +5,8 @@
not difficult: just compile your application with the compiler not difficult: just compile your application with the compiler
flag <code class="literal">-fopenmp</code>. This will link flag <code class="literal">-fopenmp</code>. This will link
in <code class="code">libgomp</code>, the in <code class="code">libgomp</code>, the
OpenMP <a class="link" href="http://gcc.gnu.org/onlinedocs/libgomp/" target="_top">GNU implementation</a>, <a class="link" href="http://gcc.gnu.org/onlinedocs/libgomp/" target="_top">GNU Offloading and
Multi Processing Runtime Library</a>,
whose presence is mandatory. whose presence is mandatory.
</p><p> </p><p>
In addition, hardware that supports atomic operations and a compiler In addition, hardware that supports atomic operations and a compiler
......
...@@ -948,8 +948,8 @@ particular release. ...@@ -948,8 +948,8 @@ particular release.
<?dbhtml bgcolor="#B0B0B0" ?> <?dbhtml bgcolor="#B0B0B0" ?>
<entry>20.11.5</entry> <entry>20.11.5</entry>
<entry>Class template <code>duration</code></entry> <entry>Class template <code>duration</code></entry>
<entry>Partial</entry> <entry>Y</entry>
<entry>Missing constexpr for non-member arithmetic operations</entry> <entry/>
</row> </row>
<row> <row>
<entry>20.11.6</entry> <entry>20.11.6</entry>
...@@ -1072,15 +1072,15 @@ particular release. ...@@ -1072,15 +1072,15 @@ particular release.
<?dbhtml bgcolor="#B0B0B0" ?> <?dbhtml bgcolor="#B0B0B0" ?>
<entry>21.2.3.1</entry> <entry>21.2.3.1</entry>
<entry>struct <code>char_traits&lt;char&gt;</code></entry> <entry>struct <code>char_traits&lt;char&gt;</code></entry>
<entry>Partial</entry> <entry>Y</entry>
<entry>Missing constexpr</entry> <entry/>
</row> </row>
<row> <row>
<?dbhtml bgcolor="#B0B0B0" ?> <?dbhtml bgcolor="#B0B0B0" ?>
<entry>21.2.3.2</entry> <entry>21.2.3.2</entry>
<entry>struct <code>char_traits&lt;char16_t&gt;</code></entry> <entry>struct <code>char_traits&lt;char16_t&gt;</code></entry>
<entry>Partial</entry> <entry>Y</entry>
<entry>Missing constexpr</entry> <entry/>
</row> </row>
<row> <row>
<entry>21.2.3.3</entry> <entry>21.2.3.3</entry>
...@@ -1190,17 +1190,15 @@ particular release. ...@@ -1190,17 +1190,15 @@ particular release.
<entry/> <entry/>
</row> </row>
<row> <row>
<?dbhtml bgcolor="#C8B0B0" ?>
<entry>22.3.3.2.2</entry> <entry>22.3.3.2.2</entry>
<entry><code>string</code> conversions</entry> <entry><code>string</code> conversions</entry>
<entry>N</entry> <entry>Y</entry>
<entry/> <entry/>
</row> </row>
<row> <row>
<?dbhtml bgcolor="#C8B0B0" ?>
<entry>22.3.3.2.3</entry> <entry>22.3.3.2.3</entry>
<entry>Buffer conversions</entry> <entry>Buffer conversions</entry>
<entry>N</entry> <entry>Y</entry>
<entry/> <entry/>
</row> </row>
<row> <row>
...@@ -1210,12 +1208,10 @@ particular release. ...@@ -1210,12 +1208,10 @@ particular release.
<entry/> <entry/>
</row> </row>
<row> <row>
<?dbhtml bgcolor="#B0B0B0" ?>
<entry>22.4.1</entry> <entry>22.4.1</entry>
<entry>The <code>ctype</code> category</entry> <entry>The <code>ctype</code> category</entry>
<entry>Partial</entry> <entry>Y</entry>
<entry>Missing <code>codecvt&lt;char16_t></code> and <entry/>
<code>codecvt&lt;char32_t></code></entry>
</row> </row>
<row> <row>
<entry>22.4.2</entry> <entry>22.4.2</entry>
...@@ -1320,10 +1316,9 @@ particular release. ...@@ -1320,10 +1316,9 @@ particular release.
<entry/> <entry/>
</row> </row>
<row> <row>
<?dbhtml bgcolor="#C8B0B0" ?>
<entry>22.5</entry> <entry>22.5</entry>
<entry>Standard code conversion facets</entry> <entry>Standard code conversion facets</entry>
<entry>N</entry> <entry>Y</entry>
<entry/> <entry/>
</row> </row>
<row> <row>
...@@ -1624,11 +1619,10 @@ particular release. ...@@ -1624,11 +1619,10 @@ particular release.
<entry/> <entry/>
</row> </row>
<row> <row>
<?dbhtml bgcolor="#B0B0B0" ?>
<entry>25.3</entry> <entry>25.3</entry>
<entry>Mutating sequence operations</entry> <entry>Mutating sequence operations</entry>
<entry>Partial</entry> <entry>Y</entry>
<entry><code>rotate</code> returns <code>void</code>.</entry> <entry/>
</row> </row>
<row> <row>
<entry>25.4</entry> <entry>25.4</entry>
...@@ -1671,8 +1665,8 @@ particular release. ...@@ -1671,8 +1665,8 @@ particular release.
<row> <row>
<entry>26.4</entry> <entry>26.4</entry>
<entry>Complex numbers</entry> <entry>Complex numbers</entry>
<entry>Partial</entry> <entry>Y</entry>
<entry>Missing constexpr</entry> <entry/>
</row> </row>
<row> <row>
<entry>26.5</entry> <entry>26.5</entry>
...@@ -1702,19 +1696,19 @@ particular release. ...@@ -1702,19 +1696,19 @@ particular release.
<entry>26.5.3.1</entry> <entry>26.5.3.1</entry>
<entry>Class template <code>linear_congruential_engine</code></entry> <entry>Class template <code>linear_congruential_engine</code></entry>
<entry>Y</entry> <entry>Y</entry>
<entry>Missing constexpr</entry> <entry/>
</row> </row>
<row> <row>
<entry>26.5.3.2</entry> <entry>26.5.3.2</entry>
<entry>Class template <code>mersenne_twister_engine</code></entry> <entry>Class template <code>mersenne_twister_engine</code></entry>
<entry>Y</entry> <entry>Y</entry>
<entry>Missing constexpr</entry> <entry/>
</row> </row>
<row> <row>
<entry>26.5.3.3</entry> <entry>26.5.3.3</entry>
<entry>Class template <code>subtract_with_carry_engine</code></entry> <entry>Class template <code>subtract_with_carry_engine</code></entry>
<entry>Y</entry> <entry>Y</entry>
<entry>Missing constexpr</entry> <entry/>
</row> </row>
<row> <row>
<entry>26.5.4</entry> <entry>26.5.4</entry>
...@@ -1726,19 +1720,19 @@ particular release. ...@@ -1726,19 +1720,19 @@ particular release.
<entry>26.5.4.2</entry> <entry>26.5.4.2</entry>
<entry>Class template <code>discard_block_engine</code></entry> <entry>Class template <code>discard_block_engine</code></entry>
<entry>Y</entry> <entry>Y</entry>
<entry>Missing constexpr</entry> <entry/>
</row> </row>
<row> <row>
<entry>26.5.4.3</entry> <entry>26.5.4.3</entry>
<entry>Class template <code>independent_bits_engine</code></entry> <entry>Class template <code>independent_bits_engine</code></entry>
<entry>Y</entry> <entry>Y</entry>
<entry>Missing constexpr</entry> <entry/>
</row> </row>
<row> <row>
<entry>26.5.4.4</entry> <entry>26.5.4.4</entry>
<entry>Class template <code>shuffle_order_engine</code></entry> <entry>Class template <code>shuffle_order_engine</code></entry>
<entry>Y</entry> <entry>Y</entry>
<entry>Missing constexpr</entry> <entry/>
</row> </row>
<row> <row>
<entry>26.5.5</entry> <entry>26.5.5</entry>
...@@ -1750,7 +1744,7 @@ particular release. ...@@ -1750,7 +1744,7 @@ particular release.
<entry>26.5.6</entry> <entry>26.5.6</entry>
<entry>Class <code>random_device</code></entry> <entry>Class <code>random_device</code></entry>
<entry>Y</entry> <entry>Y</entry>
<entry>Missing constexpr</entry> <entry/>
</row> </row>
<row> <row>
<entry>26.5.7</entry> <entry>26.5.7</entry>
......
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