aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaolo Carlini <paolo.carlini@oracle.com>2013-07-25 00:46:46 +0000
committerPaolo Carlini <paolo@gcc.gnu.org>2013-07-25 00:46:46 +0000
commit484b502a41c3c247e88c2c1d11ce79b23ddfb47e (patch)
treebb4a667e43e7070bfe480a9cbb8d00e88d002808
parent308f6084a64e583e69731ced64059280524e661e (diff)
downloadgcc-484b502a41c3c247e88c2c1d11ce79b23ddfb47e.zip
gcc-484b502a41c3c247e88c2c1d11ce79b23ddfb47e.tar.gz
gcc-484b502a41c3c247e88c2c1d11ce79b23ddfb47e.tar.bz2
re PR libstdc++/57976 (Missing time_get<>::get() functions)
2013-07-24 Paolo Carlini <paolo.carlini@oracle.com> PR libstdc++/57976 * doc/xml/manual/status_cxx2011.xml: Note missing time_get::get and time_get::do_get. From-SVN: r201234
-rw-r--r--libstdc++-v3/ChangeLog6
-rw-r--r--libstdc++-v3/doc/xml/manual/status_cxx2011.xml10
2 files changed, 12 insertions, 4 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 13d80f2..2a16674 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,5 +1,11 @@
2013-07-24 Paolo Carlini <paolo.carlini@oracle.com>
+ PR libstdc++/57976
+ * doc/xml/manual/status_cxx2011.xml: Note missing time_get::get and
+ time_get::do_get.
+
+2013-07-24 Paolo Carlini <paolo.carlini@oracle.com>
+
* include/bits/random.h (random_device): Avoid using the FILE type.
* include/std/random: Do not include <cstdio>.
* src/c++11/random.cc: ... include it here.
diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2011.xml b/libstdc++-v3/doc/xml/manual/status_cxx2011.xml
index c0780de..286a539 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.
<entry/>
</row>
<row>
+ <?dbhtml bgcolor="#B0B0B0" ?>
<entry>22.4.5.1</entry>
<entry>Class template <code>time_get</code></entry>
- <entry>Y</entry>
- <entry/>
+ <entry>Partial</entry>
+ <entry>Missing <code>get</code> and <code>do_get</code></entry>
</row>
<row>
+ <?dbhtml bgcolor="#B0B0B0" ?>
<entry>22.4.5.2</entry>
<entry>Class template <code>time_get_byname</code></entry>
- <entry>Y</entry>
- <entry/>
+ <entry>Partial</entry>
+ <entry>Likewise</entry>
</row>
<row>
<entry>22.4.5.3</entry>