Commit 484b502a by Paolo Carlini Committed by Paolo Carlini

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
parent 308f6084
2013-07-24 Paolo Carlini <paolo.carlini@oracle.com> 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/bits/random.h (random_device): Avoid using the FILE type.
* include/std/random: Do not include <cstdio>. * include/std/random: Do not include <cstdio>.
* src/c++11/random.cc: ... include it here. * src/c++11/random.cc: ... include it here.
......
...@@ -1265,16 +1265,18 @@ particular release. ...@@ -1265,16 +1265,18 @@ particular release.
<entry/> <entry/>
</row> </row>
<row> <row>
<?dbhtml bgcolor="#B0B0B0" ?>
<entry>22.4.5.1</entry> <entry>22.4.5.1</entry>
<entry>Class template <code>time_get</code></entry> <entry>Class template <code>time_get</code></entry>
<entry>Y</entry> <entry>Partial</entry>
<entry/> <entry>Missing <code>get</code> and <code>do_get</code></entry>
</row> </row>
<row> <row>
<?dbhtml bgcolor="#B0B0B0" ?>
<entry>22.4.5.2</entry> <entry>22.4.5.2</entry>
<entry>Class template <code>time_get_byname</code></entry> <entry>Class template <code>time_get_byname</code></entry>
<entry>Y</entry> <entry>Partial</entry>
<entry/> <entry>Likewise</entry>
</row> </row>
<row> <row>
<entry>22.4.5.3</entry> <entry>22.4.5.3</entry>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment