mirror of git://gcc.gnu.org/git/gcc.git
* doc/xml/manual/status_cxx2011.xml: Correct C++11 status table.
From-SVN: r188095
This commit is contained in:
parent
954ef87a8c
commit
183d6a7e72
|
@ -1,3 +1,7 @@
|
||||||
|
2012-06-01 Jonathan Wakely <jwakely.gcc@gmail.com>
|
||||||
|
|
||||||
|
* doc/xml/manual/status_cxx2011.xml: Correct C++11 status table.
|
||||||
|
|
||||||
2012-05-31 Benjamin Kosnik <bkoz@redhat.com>
|
2012-05-31 Benjamin Kosnik <bkoz@redhat.com>
|
||||||
|
|
||||||
PR libstdc++/53543
|
PR libstdc++/53543
|
||||||
|
|
|
@ -274,10 +274,11 @@ particular release.
|
||||||
<entry/>
|
<entry/>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
|
<?dbhtml bgcolor="#B0B0B0" ?>
|
||||||
<entry>19.2</entry>
|
<entry>19.2</entry>
|
||||||
<entry>Exception classes</entry>
|
<entry>Exception classes</entry>
|
||||||
<entry>Y</entry>
|
<entry>Partial</entry>
|
||||||
<entry/>
|
<entry>Missing <code>const char*</code> constructors.</entry>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<entry>19.3</entry>
|
<entry>19.3</entry>
|
||||||
|
@ -322,10 +323,11 @@ particular release.
|
||||||
<entry/>
|
<entry/>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
|
<?dbhtml bgcolor="#B0B0B0" ?>
|
||||||
<entry>19.5.5</entry>
|
<entry>19.5.5</entry>
|
||||||
<entry>Class <code>system_error</code></entry>
|
<entry>Class <code>system_error</code></entry>
|
||||||
<entry>Y</entry>
|
<entry>Partial</entry>
|
||||||
<entry/>
|
<entry>Missing <code>const char*</code> constructors.</entry>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<entry>
|
<entry>
|
||||||
|
|
Loading…
Reference in New Issue