diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2016-10-10 19:39:18 +0100 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2016-10-10 19:39:18 +0100 |
commit | e2be44770cb4cb5e81680d77b2f9ca350c0e346c (patch) | |
tree | 8f14f52f0b47ee4970a703e966a3f47924bd6912 /libstdc++-v3 | |
parent | a3dbb63597ad65234dde941f29f6498e500b7e90 (diff) | |
download | gcc-e2be44770cb4cb5e81680d77b2f9ca350c0e346c.zip gcc-e2be44770cb4cb5e81680d77b2f9ca350c0e346c.tar.gz gcc-e2be44770cb4cb5e81680d77b2f9ca350c0e346c.tar.bz2 |
Correct C++11 implementation status docs
* doc/xml/manual/status_cxx2011.xml: Correct C++11 status.
From-SVN: r240944
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/ChangeLog | 2 | ||||
-rw-r--r-- | libstdc++-v3/doc/xml/manual/status_cxx2011.xml | 14 |
2 files changed, 7 insertions, 9 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index b9f29d7..5960215 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,7 @@ 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 with noexcept. diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2011.xml b/libstdc++-v3/doc/xml/manual/status_cxx2011.xml index 83a266f..705f2ee 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx2011.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx2011.xml @@ -1340,12 +1340,10 @@ particular release. <entry/> </row> <row> - <?dbhtml bgcolor="#B0B0B0" ?> <entry>23.2.1</entry> <entry>General container requirements</entry> - <entry>Partial</entry> - <entry><code>list</code> does not meet the requirements - relating to allocator use and propagation.</entry> + <entry>Y</entry> + <entry/> </row> <row> <entry>23.2.2</entry> @@ -1396,11 +1394,10 @@ particular release. <entry/> </row> <row> - <?dbhtml bgcolor="#B0B0B0" ?> <entry>23.3.5</entry> <entry>Class template <code>list</code></entry> - <entry>Partial</entry> - <entry>Incomplete allocator support.</entry> + <entry>Y</entry> + <entry/> </row> <row> <entry>23.3.6</entry> @@ -2349,8 +2346,7 @@ particular release. <entry>30.4.1.3</entry> <entry>Timed mutex types</entry> <entry/> - <entry>On POSIX sytems these types are only defined if the OS - supports the POSIX Timeouts option. </entry> + <entry/> </row> <row> <entry>30.4.1.3.1</entry> |