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.


commit 6ca929538e3a6b166fa3d88f05811cfec1b3ad50
Author: Jonathan Wakely <jwak...@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>

Reply via email to