From 484b502a41c3c247e88c2c1d11ce79b23ddfb47e Mon Sep 17 00:00:00 2001 From: Paolo Carlini Date: Thu, 25 Jul 2013 00:46:46 +0000 Subject: [PATCH] re PR libstdc++/57976 (Missing time_get<>::get() functions) 2013-07-24 Paolo Carlini PR libstdc++/57976 * doc/xml/manual/status_cxx2011.xml: Note missing time_get::get and time_get::do_get. From-SVN: r201234 --- libstdc++-v3/ChangeLog | 6 ++++++ libstdc++-v3/doc/xml/manual/status_cxx2011.xml | 10 ++++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 13d80f2d4dd..2a166740535 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,9 @@ +2013-07-24 Paolo Carlini + + PR libstdc++/57976 + * doc/xml/manual/status_cxx2011.xml: Note missing time_get::get and + time_get::do_get. + 2013-07-24 Paolo Carlini * include/bits/random.h (random_device): Avoid using the FILE type. diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2011.xml b/libstdc++-v3/doc/xml/manual/status_cxx2011.xml index c0780de74e5..286a539ba76 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx2011.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx2011.xml @@ -1265,16 +1265,18 @@ particular release. + 22.4.5.1 Class template time_get - Y - + Partial + Missing get and do_get + 22.4.5.2 Class template time_get_byname - Y - + Partial + Likewise 22.4.5.3 -- 2.30.2