diff mbox series

Update libstdc++ documentation for implementation status

Message ID 20190214151257.GA18540@redhat.com
State New
Headers show
Series Update libstdc++ documentation for implementation status | expand

Commit Message

Jonathan Wakely Feb. 14, 2019, 3:12 p.m. UTC
* doc/xml/manual/status_cxx2017.xml: Add P0063R3 to status table.
	* doc/html/*: Regenerate.

Committed to trunk.

I've also updated the LibstdcxxTodo wiki page:
https://gcc.gnu.org/wiki/LibstdcxxTodo?action=diff&rev2=107&rev1=100
commit 5f7cebfc9de5a7c07c447d06b610002964065730
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Thu Feb 14 15:10:28 2019 +0000

    Update libstdc++ documentation for implementation status
    
            * doc/xml/manual/status_cxx2017.xml: Add P0063R3 to status table.
            * doc/html/*: Regenerate.

Comments

Jonathan Wakely Feb. 14, 2019, 5:47 p.m. UTC | #1
On 14/02/19 15:12 +0000, Jonathan Wakely wrote:
>	* doc/xml/manual/status_cxx2017.xml: Add P0063R3 to status table.
>	* doc/html/*: Regenerate.

And another update, thanks to Ulrich for pointing this out.

Committed to trunk.
commit 0fcc9bcdcb3923e50c6261bcdeb6f26694b3e245
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Thu Feb 14 17:44:28 2019 +0000

    Update libstdc++ documentation for C++2a implementation status
    
            * doc/xml/manual/status_cxx2020.xml: Update P0887R1 status.
            * doc/html/*: Regenerate.

diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2020.xml b/libstdc++-v3/doc/xml/manual/status_cxx2020.xml
index 0e56ebc6f01..e2c598190da 100644
--- a/libstdc++-v3/doc/xml/manual/status_cxx2020.xml
+++ b/libstdc++-v3/doc/xml/manual/status_cxx2020.xml
@@ -521,14 +521,13 @@ Feature-testing recommendations for C++</link>.
     </row>
 
     <row>
-      <?dbhtml bgcolor="#C8B0B0" ?>
       <entry>  The <code>identity</code> metafunction </entry>
       <entry>
         <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0887r1.pdf">
 	P0887R1
 	</link>
       </entry>
-      <entry align="center"> </entry>
+      <entry align="center"> 9.1 </entry>
       <entry />
     </row>
diff mbox series

Patch

diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2017.xml b/libstdc++-v3/doc/xml/manual/status_cxx2017.xml
index c9913a9e3a7..bb82e34bba7 100644
--- a/libstdc++-v3/doc/xml/manual/status_cxx2017.xml
+++ b/libstdc++-v3/doc/xml/manual/status_cxx2017.xml
@@ -90,6 +90,17 @@  Feature-testing recommendations for C++</link>.
       <entry><code>__cpp_lib_uncaught_exceptions >= 201411</code></entry>
     </row>
 
+    <row>
+      <entry> C++17 should refer to C11 instead of C99 </entry>
+      <entry>
+	<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0063r3.html">
+	P0063R3
+	</link>
+      </entry>
+      <entry align="center"> 9.1 </entry>
+      <entry/>
+    </row>
+
     <row>
       <entry> Variant: a type-safe union for C++17 </entry>
       <entry>