public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [v3 patch] move library TS status to new table
@ 2013-11-19 15:35 Jonathan Wakely
  0 siblings, 0 replies; only message in thread
From: Jonathan Wakely @ 2013-11-19 15:35 UTC (permalink / raw)
  To: libstdc++, gcc-patches

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

2013-11-19  Jonathan Wakely  <jwakely.gcc@gmail.com>

       * doc/xml/manual/status_cxx2014.xml: Create new table for TS statuses.

Committed to trunk.

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

commit f6ca0fe406b379b4fd7cd4575756fda04156cde0
Author: Jonathan Wakely <jwakely.gcc@gmail.com>
Date:   Tue Nov 19 14:56:22 2013 +0000

    	* doc/xml/manual/status_cxx2014.xml: Create new table for TS statuses.

diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2014.xml b/libstdc++-v3/doc/xml/manual/status_cxx2014.xml
index 0e0ac37..bb389e8 100644
--- a/libstdc++-v3/doc/xml/manual/status_cxx2014.xml
+++ b/libstdc++-v3/doc/xml/manual/status_cxx2014.xml
@@ -20,8 +20,8 @@ presence of the required flag.
 </para>
 
 <para>
-This page describes the C++14 support in mainline GCC SVN, not in any
-particular release.
+This page describes the C++14 and library TS support in mainline GCC SVN,
+not in any particular release.
 </para>
 
 <table frame="all">
@@ -223,29 +223,53 @@ particular release.
       <entry/>
     </row>
 
-
     <row>
       <entry>
-	<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.open-std.org/JTC1/sc22/WG21/docs/papers/2013/n3793.html">
-	  N3672
+	<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.open-std.org/JTC1/sc22/WG21/docs/papers/2013/n3655.pdf">
+	  N3655
 	</link>
       </entry>
-      <entry>A proposal to add a utility class to represent optional objects</entry>
+      <entry>TransformationTraits Redux</entry>
       <entry>Y</entry>
-      <entry>Moved from C++14 to Library Fundamentals TS</entry>
+      <entry/>
     </row>
 
     <row>
+      <?dbhtml bgcolor="#C8B0B0" ?>
       <entry>
-	<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.open-std.org/JTC1/sc22/WG21/docs/papers/2013/n3655.pdf">
-	  N3655
+	<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.open-std.org/JTC1/sc22/WG21/docs/papers/2013/n3644.pdf">
+	  N3644
 	</link>
       </entry>
-      <entry>TransformationTraits Redux</entry>
-      <entry>Y</entry>
+      <entry>Null Forward Iterators</entry>
+      <entry>N</entry>
       <entry/>
     </row>
 
+  </tbody>
+</tgroup>
+</table>
+
+
+<table frame="all">
+<title>C++ Technical Specifications Implementation Status</title>
+
+<tgroup cols="4" align="left" colsep="0" rowsep="1">
+<colspec colname="c1"/>
+<colspec colname="c2"/>
+<colspec colname="c3"/>
+<colspec colname="c4"/>
+  <thead>
+    <row>
+      <entry>Paper</entry>
+      <entry>Title</entry>
+      <entry>Status</entry>
+      <entry>Comments</entry>
+    </row>
+  </thead>
+
+  <tbody>
+
     <row>
       <?dbhtml bgcolor="#C8B0B0" ?>
       <entry>
@@ -255,21 +279,44 @@ particular release.
       </entry>
       <entry>C++ Dynamic Arrays</entry>
       <entry>N</entry>
-      <entry>Moved from C++14 to Library Fundamentals TS</entry>
+      <entry>Array Extensions TS</entry>
     </row>
 
     <row>
-      <?dbhtml bgcolor="#C8B0B0" ?>
       <entry>
-	<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.open-std.org/JTC1/sc22/WG21/docs/papers/2013/n3644.pdf">
-	  N3644
+	<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.open-std.org/JTC1/sc22/WG21/docs/papers/2013/n3793.html">
+	  N3672
 	</link>
       </entry>
-      <entry>Null Forward Iterators</entry>
-      <entry>N</entry>
-      <entry/>
+      <entry>A proposal to add a utility class to represent optional objects</entry>
+      <entry>Y</entry>
+      <entry>Library Fundamentals TS</entry>
     </row>
 
+    <row>
+      <entry>
+	<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3762.html">
+	  N3762
+	</link>
+      </entry>
+      <entry><code>string_view</code>: a non-owning reference to a string</entry>
+      <entry>Y</entry>
+      <entry>Library Fundamentals TS</entry>
+    </row>
+
+    <row>
+      <?dbhtml bgcolor="#C8C8B0" ?>
+      <entry>
+	<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3790.html">
+	  N3790
+	</link>
+      </entry>
+      <entry>File System</entry>
+      <entry>WIP</entry>
+      <entry></entry>
+    </row>
+
+
   </tbody>
 </tgroup>
 </table>

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

only message in thread, other threads:[~2013-11-19 14:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-19 15:35 [v3 patch] move library TS status to new 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).