From 62971f46445767f35d72c23a728196f271872ec0 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Thu, 30 May 2019 11:31:54 +0100 Subject: [PATCH] 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. From-SVN: r271774 --- libstdc++-v3/ChangeLog | 4 ++++ libstdc++-v3/doc/html/manual/status.html | 4 ++-- libstdc++-v3/doc/xml/manual/status_cxx2020.xml | 5 ++--- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 0618f8d84ae..8b7b70e7cd8 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,9 @@ 2019-05-30 Jonathan Wakely + * doc/xml/manual/status_cxx2020.xml: Add feature-test macro for + P0811R3. Change status of P1353R0. + * doc/html/*: Regenerate. + * doc/xml/manual/status_cxx2011.xml: Use for documentation of implementation-defined types for [thread.req.native]. * doc/xml/manual/status_cxx2017.xml: Update documentation of diff --git a/libstdc++-v3/doc/html/manual/status.html b/libstdc++-v3/doc/html/manual/status.html index 51b9860c844..01409aa1e5c 100644 --- a/libstdc++-v3/doc/html/manual/status.html +++ b/libstdc++-v3/doc/html/manual/status.html @@ -1355,11 +1355,11 @@ Feature-testing recommendations for C++. P0811R3 - 9.1   Missing feature test macros + 9.1 __cpp_lib_interpolate >= 201902L Missing feature test macros P1353R0 - Partial  

+ 9.1  

Note 1: The changes in the proposal either do not affect the code in libstdc++, or the changes are not required for conformance.

Implementation Specific Behavior

For behaviour which is also specified by previous standards, 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++. 9.1 - + __cpp_lib_interpolate >= 201902L - Missing feature test macros P1353R0 - Partial + 9.1 -- 2.30.2