* doc/xml/manual/status_cxx2011.xml: Document that N3189 is missing.
From-SVN: r195036
This commit is contained in:
parent
890e166507
commit
965f0c572f
2 changed files with 19 additions and 6 deletions
|
@ -1,3 +1,7 @@
|
|||
2013-01-08 Jonathan Wakely <jwakely.gcc@gmail.com>
|
||||
|
||||
* doc/xml/manual/status_cxx2011.xml: Document that N3189 is missing.
|
||||
|
||||
2013-01-08 Jonathan Wakely <jwakely.gcc@gmail.com>
|
||||
|
||||
PR libstdc++/55908
|
||||
|
|
|
@ -154,10 +154,13 @@ particular release.
|
|||
<entry>C library dependency for quick_exit, at_quick_exit</entry>
|
||||
</row>
|
||||
<row>
|
||||
<?dbhtml bgcolor="#B0B0B0" ?>
|
||||
<entry>18.6</entry>
|
||||
<entry>Dynamic memory management</entry>
|
||||
<entry>Y</entry>
|
||||
<entry/>
|
||||
<entry>Partial</entry>
|
||||
<entry>Missing <code>get_new_handler</code>.
|
||||
<code>set_new_handler</code> is not thread-safe.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>18.7</entry>
|
||||
|
@ -202,10 +205,13 @@ particular release.
|
|||
<entry/>
|
||||
</row>
|
||||
<row>
|
||||
<?dbhtml bgcolor="#B0B0B0" ?>
|
||||
<entry>18.8.3</entry>
|
||||
<entry>Abnormal termination</entry>
|
||||
<entry>Y</entry>
|
||||
<entry/>
|
||||
<entry>Partial</entry>
|
||||
<entry>Missing <code>get_terminate</code>.
|
||||
<code>set_terminate</code> is not thread-safe.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>18.8.4</entry>
|
||||
|
@ -2610,10 +2616,13 @@ particular release.
|
|||
<entry/>
|
||||
</row>
|
||||
<row>
|
||||
<?dbhtml bgcolor="#B0B0B0" ?>
|
||||
<entry>D.11</entry>
|
||||
<entry>Violating exception-specifications</entry>
|
||||
<entry/>
|
||||
<entry/>
|
||||
<entry>Partial</entry>
|
||||
<entry>Missing <code>get_unexpected</code>.
|
||||
<code>set_unexpected</code> is not thread-safe.
|
||||
</entry>
|
||||
</row>
|
||||
|
||||
</tbody>
|
||||
|
|
Loading…
Add table
Reference in a new issue