This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[v3] corrections to C++11 status table


We don't provide <cstdalign> or <cuchar> - the latter is listed as "C
library dependency" but AFAIK we don't provide <cuchar> even if
<uchar.h> is present.

        * doc/xml/manual/status_cxx2011.xml: Document <cuchar> and
        <cstdalign> as missing.

Committed to trunk.
Index: doc/xml/manual/status_cxx2011.xml
===================================================================
--- doc/xml/manual/status_cxx2011.xml	(revision 181041)
+++ doc/xml/manual/status_cxx2011.xml	(working copy)
@@ -253,10 +253,11 @@ particular release.
       <entry/>
     </row>
     <row>
+      <?dbhtml bgcolor="#B0B0B0" ?>
       <entry>18.10</entry>
       <entry>Other runtime support</entry>
-      <entry>Y</entry>
-      <entry/>
+      <entry>Partial</entry>
+      <entry>Missing <filename class="headerfile">&lt;cstdalign&gt;</filename> </entry>
     </row>
     <row>
       <entry>
@@ -1141,10 +1142,13 @@ particular release.
       <entry/>
     </row>
     <row>
+      <?dbhtml bgcolor="#B0B0B0" ?>
       <entry>21.7</entry>
       <entry>Null-terminated sequence utilities</entry>
-      <entry>Y</entry>
-      <entry>C library dependency</entry>
+      <entry>Partial</entry>
+      <entry>C library dependency.
+      Missing <filename class="headerfile">&lt;cuchar&gt;</filename>
+      </entry>
     </row>
     <row>
       <entry>

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]