From: Paolo Carlini Date: Thu, 25 Jul 2013 00:46:46 +0000 (+0000) Subject: re PR libstdc++/57976 (Missing time_get<>::get() functions) X-Git-Tag: releases/gcc-4.9.0~4843 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=484b502a41c3c247e88c2c1d11ce79b23ddfb47e;p=thirdparty%2Fgcc.git 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 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 13d80f2d4ddd..2a166740535b 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 c0780de74e50..286a539ba768 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