From: Jonathan Wakely Date: Mon, 10 Oct 2016 18:39:18 +0000 (+0100) Subject: Correct C++11 implementation status docs X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e2be44770cb4cb5e81680d77b2f9ca350c0e346c;p=gcc.git Correct C++11 implementation status docs * doc/xml/manual/status_cxx2011.xml: Correct C++11 status. From-SVN: r240944 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index b9f29d7fd1d..5960215b707 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,7 @@ 2016-10-10 Jonathan Wakely + * 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 83a266f4760..705f2eecc60 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. - 23.2.1 General container requirements - Partial - list does not meet the requirements - relating to allocator use and propagation. + Y + 23.2.2 @@ -1396,11 +1394,10 @@ particular release. - 23.3.5 Class template list - Partial - Incomplete allocator support. + Y + 23.3.6 @@ -2349,8 +2346,7 @@ particular release. 30.4.1.3 Timed mutex types - On POSIX sytems these types are only defined if the OS - supports the POSIX Timeouts option. + 30.4.1.3.1