diff mbox

[libstdc++,docs] libstdc++ status doc updates for filesystem and fundamentals TSen.

Message ID 5317D077.4000000@verizon.net
State New
Headers show

Commit Message

Ed Smith-Rowland March 6, 2014, 1:33 a.m. UTC
On 03/05/2014 01:52 PM, Jonathan Wakely wrote:
> On 5 March 2014 18:16, Ed Smith-Rowland wrote:
>> After the latest batch of papers came out I updated the status docs.
>>
>> OK?
> OK (CCing gcc-patches with the attachments again).
>
> Thanks.
After the latest batch of papers came out I updated the status docs.
As applied.
Ed
2014-03-05  Ed Smith-Rowland  <3dw4rd@verizon.net>

	* doc/xml/manual/status_cxx2014.xml: Add new items and latest papers
	for filesystem and fundamentals TS work items.
diff mbox

Patch

Index: doc/xml/manual/status_cxx2014.xml
===================================================================
--- doc/xml/manual/status_cxx2014.xml	(revision 208278)
+++ doc/xml/manual/status_cxx2014.xml	(working copy)
@@ -283,32 +283,164 @@ 
     </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/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/n3783.pdf">
+	  N3783
 	</link>
       </entry>
+      <entry>Network byte order conversion</entry>
+      <entry>N</entry>
+      <entry>Library Fundamentals TS</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">
+	  N3793
+	</link>
+      </entry>
       <entry>A proposal to add a utility class to represent optional objects</entry>
       <entry>Y</entry>
       <entry>Library Fundamentals TS</entry>
     </row>
 
     <row>
+      <?dbhtml bgcolor="#C8B0B0" ?>
       <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 xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2013/n3804.html">
+	  N3804
 	</link>
       </entry>
+      <entry>Any library proposal</entry>
+      <entry>N</entry>
+      <entry>Library Fundamentals 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/2014/n3843.pdf">
+	  N3843
+	</link>
+      </entry>
+      <entry>A SFINAE-Friendly std::common_type (option 2 was approved)</entry>
+      <entry>N</entry>
+      <entry>Library Fundamentals 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/2014/n3866.html">
+	  N3866
+	</link>
+      </entry>
+      <entry>Invocation type traits, but dropping function_call_operator.</entry>
+      <entry>N</entry>
+      <entry>Library Fundamentals TS</entry>
+    </row>
+
+    <row>
+      <?dbhtml bgcolor="#C8B0B0" ?>
+      <entry>
+	<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="">
+	  N3905
+	</link>
+      </entry>
+      <entry>Faster string searching (Boyer-Moore et al.)</entry>
+      <entry>N</entry>
+      <entry>Library Fundamentals 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/2014/n3915.pdf">
+	  N3915
+	</link>
+      </entry>
+      <entry>apply() call a function with arguments from a tuple</entry>
+      <entry>N</entry>
+      <entry>Library Fundamentals 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/2014/n3916.pdf">
+	  N3916
+	</link>
+      </entry>
+      <entry>Polymorphic memory resources</entry>
+      <entry>N</entry>
+      <entry>Library Fundamentals 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/2014/n3920.html">
+	  N3920
+	</link>
+      </entry>
+      <entry>Extending shared_ptr to support arrays</entry>
+      <entry>N</entry>
+      <entry>Library Fundamentals TS</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/2014/n3921.html">
+	  N3921
+	</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="#C8B0B0" ?>
+      <entry>
+	<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n3923.pdf">
+	  N3923
+	</link>
+      </entry>
+      <entry>A SFINAE-Friendly std::iterator_traits</entry>
+      <entry>N</entry>
+      <entry>Library Fundamentals 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/2014/n3925.pdf">
+	  N3925
+	</link>
+      </entry>
+      <entry>A sample proposal</entry>
+      <entry>N</entry>
+      <entry>Library Fundamentals 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/2014/n3932.htm">
+	  N3932
+	</link>
+      </entry>
+      <entry>Variable Templates For Type Traits</entry>
+      <entry>N</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 xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n3932.htm">
+	  N3940
 	</link>
       </entry>
       <entry>File System</entry>