[PATCH] Add missing feature test macro to C++17 status table

Jonathan Wakely jwakely@redhat.com
Thu May 23 16:01:00 GMT 2019


	* doc/xml/manual/status_cxx2017.xml: Add feature test macro for
	P0040R3.
	* doc/html/*: Regenerate.

Committed to trunk.


-------------- next part --------------
commit f58762124c374887a5785a6f4a812af64fe5b2f1
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Thu May 23 17:00:37 2019 +0100

    Add missing feature test macro to C++17 status table
    
            * doc/xml/manual/status_cxx2017.xml: Add feature test macro for
            P0040R3.
            * doc/html/*: Regenerate.

diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2017.xml b/libstdc++-v3/doc/xml/manual/status_cxx2017.xml
index 73403ef6ba0..a11e93cda90 100644
--- a/libstdc++-v3/doc/xml/manual/status_cxx2017.xml
+++ b/libstdc++-v3/doc/xml/manual/status_cxx2017.xml
@@ -392,7 +392,7 @@ Feature-testing recommendations for C++</link>.
 	</link>
       </entry>
       <entry align="center"> 7.1 </entry>
-      <entry><code> </code></entry>
+      <entry><code>__cpp_lib_raw_memory_algorithms >= 201606L</code></entry>
     </row>
 
     <row>


More information about the Gcc-patches mailing list