Commit e2be4477 by Jonathan Wakely Committed by Jonathan Wakely

Correct C++11 implementation status docs

	* doc/xml/manual/status_cxx2011.xml: Correct C++11 status.

From-SVN: r240944
parent a3dbb635
2016-10-10 Jonathan Wakely <jwakely@redhat.com> 2016-10-10 Jonathan Wakely <jwakely@redhat.com>
* doc/xml/manual/status_cxx2011.xml: Correct C++11 status.
* libsupc++/eh_ptr.cc (exception_ptr): Replace _GLIBCXX_USE_NOEXCEPT * libsupc++/eh_ptr.cc (exception_ptr): Replace _GLIBCXX_USE_NOEXCEPT
with noexcept. with noexcept.
......
...@@ -1340,12 +1340,10 @@ particular release. ...@@ -1340,12 +1340,10 @@ particular release.
<entry/> <entry/>
</row> </row>
<row> <row>
<?dbhtml bgcolor="#B0B0B0" ?>
<entry>23.2.1</entry> <entry>23.2.1</entry>
<entry>General container requirements</entry> <entry>General container requirements</entry>
<entry>Partial</entry> <entry>Y</entry>
<entry><code>list</code> does not meet the requirements <entry/>
relating to allocator use and propagation.</entry>
</row> </row>
<row> <row>
<entry>23.2.2</entry> <entry>23.2.2</entry>
...@@ -1396,11 +1394,10 @@ particular release. ...@@ -1396,11 +1394,10 @@ particular release.
<entry/> <entry/>
</row> </row>
<row> <row>
<?dbhtml bgcolor="#B0B0B0" ?>
<entry>23.3.5</entry> <entry>23.3.5</entry>
<entry>Class template <code>list</code></entry> <entry>Class template <code>list</code></entry>
<entry>Partial</entry> <entry>Y</entry>
<entry>Incomplete allocator support.</entry> <entry/>
</row> </row>
<row> <row>
<entry>23.3.6</entry> <entry>23.3.6</entry>
...@@ -2349,8 +2346,7 @@ particular release. ...@@ -2349,8 +2346,7 @@ particular release.
<entry>30.4.1.3</entry> <entry>30.4.1.3</entry>
<entry>Timed mutex types</entry> <entry>Timed mutex types</entry>
<entry/> <entry/>
<entry>On POSIX sytems these types are only defined if the OS <entry/>
supports the POSIX Timeouts option. </entry>
</row> </row>
<row> <row>
<entry>30.4.1.3.1</entry> <entry>30.4.1.3.1</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