From: Jonathan Wakely Date: Tue, 8 Jan 2013 21:29:20 +0000 (+0000) Subject: * doc/xml/manual/status_cxx2011.xml: Document that N3189 is missing. X-Git-Tag: releases/gcc-4.8.0~1031 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=965f0c572f7cea2da39790dc1a9d763d058aba4f;p=thirdparty%2Fgcc.git * doc/xml/manual/status_cxx2011.xml: Document that N3189 is missing. From-SVN: r195036 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 2b701cb772c3..9e8eca0d895d 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 c0780de74e50..5693bfd77c5e 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. +