status_cxx2011.xml: Update C++11 status.
* doc/xml/manual/status_cxx2011.xml: Update C++11 status. * doc/xml/manual/status_cxx2014.xml: Update TS status. * doc/html/manual/status.html: Regenerate. From-SVN: r215468
This commit is contained in:
parent
726d31362a
commit
bd0a790ab6
4 changed files with 34 additions and 41 deletions
|
@ -1,3 +1,9 @@
|
|||
2014-09-22 Jonathan Wakely <jwakely@redhat.com>
|
||||
|
||||
* doc/xml/manual/status_cxx2011.xml: Update C++11 status.
|
||||
* doc/xml/manual/status_cxx2014.xml: Update TS status.
|
||||
* doc/html/manual/status.html: Regenerate.
|
||||
|
||||
2014-09-22 Jonathan Wakely <jwakely@redhat.com>
|
||||
|
||||
* include/std/mutex (try_lock): Do not swallow exceptions.
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -600,16 +600,18 @@ particular release.
|
|||
<entry/>
|
||||
</row>
|
||||
<row>
|
||||
<?dbhtml bgcolor="#B0B0B0" ?>
|
||||
<entry>20.6.12.3</entry>
|
||||
<entry><code>uninitialized_fill</code></entry>
|
||||
<entry>Y</entry>
|
||||
<entry/>
|
||||
<entry>Partial</entry>
|
||||
<entry>Returns <code>void</code>..</entry>
|
||||
</row>
|
||||
<row>
|
||||
<?dbhtml bgcolor="#B0B0B0" ?>
|
||||
<entry>20.6.12.4</entry>
|
||||
<entry><code>uninitialized_fill_n</code></entry>
|
||||
<entry>Y</entry>
|
||||
<entry/>
|
||||
<entry>Partial</entry>
|
||||
<entry>Returns <code>void</code>..</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>20.6.13</entry>
|
||||
|
@ -1183,10 +1185,11 @@ particular release.
|
|||
<entry/>
|
||||
</row>
|
||||
<row>
|
||||
<?dbhtml bgcolor="#B0B0B0" ?>
|
||||
<entry>22.3.3.1</entry>
|
||||
<entry>Character classification</entry>
|
||||
<entry>Y</entry>
|
||||
<entry/>
|
||||
<entry>Partial</entry>
|
||||
<entry>Missing <code>isblank</code>.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>22.3.3.2</entry>
|
||||
|
@ -1639,10 +1642,11 @@ particular release.
|
|||
<entry/>
|
||||
</row>
|
||||
<row>
|
||||
<?dbhtml bgcolor="#B0B0B0" ?>
|
||||
<entry>25.3</entry>
|
||||
<entry>Mutating sequence operations</entry>
|
||||
<entry>Y</entry>
|
||||
<entry/>
|
||||
<entry>Partial</entry>
|
||||
<entry><code>rotate</code> returns <code>void</code>.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>25.4</entry>
|
||||
|
@ -2049,10 +2053,13 @@ particular release.
|
|||
<entry/>
|
||||
</row>
|
||||
<row>
|
||||
<?dbhtml bgcolor="#B0B0B0" ?>
|
||||
<entry>26.8</entry>
|
||||
<entry>C Library</entry>
|
||||
<entry>Y</entry>
|
||||
<entry/>
|
||||
<entry>Partial</entry>
|
||||
<entry><code><ctgmath></code> doesn't include
|
||||
<code><ccomplex></code>
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
|
@ -2129,7 +2136,6 @@ particular release.
|
|||
<entry>Iostreams base classes</entry>
|
||||
<entry>Partial</entry>
|
||||
<entry>
|
||||
Missing move and swap operations on <code>basic_ios</code>.
|
||||
Missing <code>io_errc</code> and <code>iostream_category</code>.
|
||||
<code>ios_base::failure</code> is not derived from <code>system_error</code>.
|
||||
Missing <code>ios_base::hexfloat</code>.
|
||||
|
@ -2147,23 +2153,20 @@ particular release.
|
|||
<entry>Formatting and manipulators</entry>
|
||||
<entry>Partial</entry>
|
||||
<entry>
|
||||
Missing move and swap operations
|
||||
Missing <code>get_time</code> and <code>put_time</code> manipulators.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<?dbhtml bgcolor="#B0B0B0" ?>
|
||||
<entry>27.8</entry>
|
||||
<entry>String-based streams</entry>
|
||||
<entry>Partial</entry>
|
||||
<entry>Missing move and swap operations</entry>
|
||||
<entry>Y</entry>
|
||||
<entry/>
|
||||
</row>
|
||||
<row>
|
||||
<?dbhtml bgcolor="#B0B0B0" ?>
|
||||
<entry>27.9</entry>
|
||||
<entry>File-based streams</entry>
|
||||
<entry>Partial</entry>
|
||||
<entry>Missing move and swap operations</entry>
|
||||
<entry>Y</entry>
|
||||
<entry/>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
|
|
|
@ -399,18 +399,6 @@ not in any particular release.
|
|||
<entry>Library Fundamentals TS</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<?dbhtml bgcolor="#C8B0B0" ?>
|
||||
<entry>
|
||||
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n3923.pdf">
|
||||
N3923
|
||||
</link>
|
||||
</entry>
|
||||
<entry>A SFINAE-Friendly std::iterator_traits</entry>
|
||||
<entry>N</entry>
|
||||
<entry>Library Fundamentals TS</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<?dbhtml bgcolor="#C8B0B0" ?>
|
||||
<entry>
|
||||
|
|
Loading…
Add table
Reference in a new issue