From patchwork Tue Jan 8 21:33:28 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: update libstdc++ C++11 status table Date: Tue, 08 Jan 2013 11:33:28 -0000 From: Jonathan Wakely X-Patchwork-Id: 210545 Message-Id: To: "libstdc++" , gcc-patches I was going to fix this missing feature, but as Richard just announced Stage 3 has ended I'll just update the docs and wait for trunk to reopen. * doc/xml/manual/status_cxx2011.xml: Document that N3189 is missing. Committed to trunk and 4.7 commit d5a292b9ce2ebbe48ab2a9b6823554c86d2bfa06 Author: Jonathan Wakely Date: Tue Jan 8 20:58:53 2013 +0000 * doc/xml/manual/status_cxx2011.xml: Document that N3189 is missing. diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2011.xml b/libstdc++-v3/doc/xml/manual/status_cxx2011.xml index c0780de..5693bfd 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx2011.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx2011.xml @@ -154,10 +154,13 @@ particular release. C library dependency for quick_exit, at_quick_exit + 18.6 Dynamic memory management - Y - + Partial + Missing get_new_handler. + set_new_handler is not thread-safe. + 18.7 @@ -202,10 +205,13 @@ particular release. + 18.8.3 Abnormal termination - Y - + Partial + Missing get_terminate. + set_terminate is not thread-safe. + 18.8.4 @@ -2610,10 +2616,13 @@ particular release. + D.11 Violating exception-specifications - - + Partial + Missing get_unexpected. + set_unexpected is not thread-safe. +