The status table doesn't mention the fact we're missing the new const
char* constructors from all the exception classes.
* doc/xml/manual/status_cxx2011.xml: Correct C++11 status table.
Tested with make doc-xml-validate-docbook doc-html, committed to trunk.
commit 7cb382e8086a3769ae4085714b735f9405820424
Author: Jonathan Wakely <[email protected]>
Date: Fri Jun 1 01:41:53 2012 +0100
* doc/xml/manual/status_cxx2011.xml: Correct C++11 status table.
diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2011.xml
b/libstdc++-v3/doc/xml/manual/status_cxx2011.xml
index 0ed63ea..15d1337 100644
--- a/libstdc++-v3/doc/xml/manual/status_cxx2011.xml
+++ b/libstdc++-v3/doc/xml/manual/status_cxx2011.xml
@@ -274,10 +274,11 @@ particular release.
<entry/>
</row>
<row>
+ <?dbhtml bgcolor="#B0B0B0" ?>
<entry>19.2</entry>
<entry>Exception classes</entry>
- <entry>Y</entry>
- <entry/>
+ <entry>Partial</entry>
+ <entry>Missing <code>const char*</code> constructors.</entry>
</row>
<row>
<entry>19.3</entry>
@@ -322,10 +323,11 @@ particular release.
<entry/>
</row>
<row>
+ <?dbhtml bgcolor="#B0B0B0" ?>
<entry>19.5.5</entry>
<entry>Class <code>system_error</code></entry>
- <entry>Y</entry>
- <entry/>
+ <entry>Partial</entry>
+ <entry>Missing <code>const char*</code> constructors.</entry>
</row>
<row>
<entry>