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