[v3 PATCH] Implement Fundamentals v2 propagate_const

Jonathan Wakely jwakely@redhat.com
Fri Jul 3 14:09:00 GMT 2015


On 03/07/15 14:40 +0300, Ville Voutilainen wrote:
>Tested on Linux-PPC64. Patch gzipped to avoid polluting people's
>mailboxes with a 45k patch.

Thanks very much, I made a few whitespace changes and committed it (as
attached) after testing.

I've also updated the status tables in the docs, see the second
attachment.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch.txt.gz
Type: application/gzip
Size: 5258 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20150703/04c8dd78/attachment.gz>
-------------- next part --------------
commit 6b5c94dc814c2aea9c457d0eb6cb965e9a7011f1
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Fri Jul 3 14:02:53 2015 +0100

    	* doc/xml/manual/status_cxx2017.xml: Update status table.
    	* doc/html/manual/*: Regenerate.

diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2017.xml b/libstdc++-v3/doc/xml/manual/status_cxx2017.xml
index 07e2dbe..491e024 100644
--- a/libstdc++-v3/doc/xml/manual/status_cxx2017.xml
+++ b/libstdc++-v3/doc/xml/manual/status_cxx2017.xml
@@ -112,7 +112,7 @@ not in any particular release.
       </entry>
       <entry>Cleaning-up noexcept in the Library</entry>
       <entry>Partial</entry>
-      <entry/>
+      <entry>Changes to basic_string not complete.</entry>
     </row>
 
     <row>
@@ -177,14 +177,13 @@ not in any particular release.
     </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/2015/n4387.html">
 	  N4387
 	</link>
       </entry>
       <entry> Improving pair and tuple, revision 3 </entry>
-      <entry>N</entry>
+      <entry>Y</entry>
       <entry/>
     </row>
 
@@ -304,14 +303,13 @@ not in any particular release.
 
 
     <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/2015/n4388.html">
 	  N4388
 	</link>
       </entry>
       <entry>Const-Propagating Wrapper</entry>
-      <entry>N</entry>
+      <entry>Y</entry>
       <entry>Library Fundamentals 2 TS</entry>
     </row>
 


More information about the Libstdc++ mailing list