public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [v3] Correct C++11 status table
@ 2012-06-01  0:48 Jonathan Wakely
  0 siblings, 0 replies; only message in thread
From: Jonathan Wakely @ 2012-06-01  0:48 UTC (permalink / raw)
  To: libstdc++, gcc-patches

[-- Attachment #1: Type: text/plain, Size: 268 bytes --]

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.

[-- Attachment #2: patch.txt --]
[-- Type: text/plain, Size: 1203 bytes --]

commit 7cb382e8086a3769ae4085714b735f9405820424
Author: Jonathan Wakely <jwakely.gcc@gmail.com>
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>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-06-01  0:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-01  0:48 [v3] Correct C++11 status table Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).