public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Update C++20 status table
@ 2019-05-30 11:26 Jonathan Wakely
  0 siblings, 0 replies; only message in thread
From: Jonathan Wakely @ 2019-05-30 11:26 UTC (permalink / raw)
  To: libstdc++, gcc-patches

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

The status of P1353R0 was "Partial" because we don't define the
__cpp_lib_three_way_comparison macro, but that's because we don't
support the feature. So the paper can be marked as done.

	* doc/xml/manual/status_cxx2020.xml: Add feature-test macro for
	P0811R3. Change status of P1353R0.
	* doc/html/*: Regenerate.

Committed to trunk.



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

commit 6ca929538e3a6b166fa3d88f05811cfec1b3ad50
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Thu May 30 11:29:58 2019 +0100

    Update C++20 status table
    
    The status of P1353R0 was "Partial" because we don't define the
    __cpp_lib_three_way_comparison macro, but that's because we don't
    support the feature. So the paper can be marked as done.
    
            * doc/xml/manual/status_cxx2020.xml: Add feature-test macro for
            P0811R3. Change status of P1353R0.
            * doc/html/*: Regenerate.

diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2020.xml b/libstdc++-v3/doc/xml/manual/status_cxx2020.xml
index c7a543f85d9..8a17747e3bd 100644
--- a/libstdc++-v3/doc/xml/manual/status_cxx2020.xml
+++ b/libstdc++-v3/doc/xml/manual/status_cxx2020.xml
@@ -938,18 +938,17 @@ Feature-testing recommendations for C++</link>.
 	</link>
       </entry>
       <entry align="center"> 9.1 </entry>
-      <entry />
+      <entry> <code>__cpp_lib_interpolate &gt;= 201902L</code> </entry>
     </row>
 
     <row>
-      <?dbhtml bgcolor="#B0B0B0" ?>
       <entry>  Missing feature test macros </entry>
       <entry>
         <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p1353r0.html">
 	P1353R0
 	</link>
       </entry>
-      <entry align="center"> Partial </entry>
+      <entry align="center"> 9.1 </entry>
       <entry />
     </row>
   </tbody>

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

only message in thread, other threads:[~2019-05-30 10:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-30 11:26 [PATCH] Update C++20 status 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).