From 965f0c572f7cea2da39790dc1a9d763d058aba4f Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Tue, 8 Jan 2013 21:29:20 +0000 Subject: [PATCH] * doc/xml/manual/status_cxx2011.xml: Document that N3189 is missing. From-SVN: r195036 --- libstdc++-v3/ChangeLog | 4 ++++ .../doc/xml/manual/status_cxx2011.xml | 21 +++++++++++++------ 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 2b701cb772c..9e8eca0d895 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2013-01-08 Jonathan Wakely + + * doc/xml/manual/status_cxx2011.xml: Document that N3189 is missing. + 2013-01-08 Jonathan Wakely PR libstdc++/55908 diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2011.xml b/libstdc++-v3/doc/xml/manual/status_cxx2011.xml index c0780de74e5..5693bfd77c5 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. + -- 2.30.2