From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2181) id 244CC3858401; Tue, 24 Aug 2021 15:16:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 244CC3858401 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="utf-8" From: Jonathan Wakely To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc r12-3123] libstdc++: Update C++20 status table for layout-compatibility traits X-Act-Checkin: gcc X-Git-Author: Jonathan Wakely X-Git-Refname: refs/heads/master X-Git-Oldrev: 037ef219b27c26d4c125368e685a89da7f8cc701 X-Git-Newrev: 6d692ef43b2b3368c92c3fb757c7884fc94ee627 Message-Id: <20210824151638.244CC3858401@sourceware.org> Date: Tue, 24 Aug 2021 15:16:38 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Aug 2021 15:16:38 -0000 https://gcc.gnu.org/g:6d692ef43b2b3368c92c3fb757c7884fc94ee627 commit r12-3123-g6d692ef43b2b3368c92c3fb757c7884fc94ee627 Author: Jonathan Wakely Date: Tue Aug 24 16:15:48 2021 +0100 libstdc++: Update C++20 status table for layout-compatibility traits Signed-off-by: Jonathan Wakely libstdc++-v3/ChangeLog: * doc/xml/manual/status_cxx2020.xml: Update table. * doc/html/manual/status.html: Regenerate. Diff: --- libstdc++-v3/doc/html/manual/status.html | 4 ++-- libstdc++-v3/doc/xml/manual/status_cxx2020.xml | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/libstdc++-v3/doc/html/manual/status.html b/libstdc++-v3/doc/html/manual/status.html index 0ce624b331a..ad612310b5d 100644 --- a/libstdc++-v3/doc/html/manual/status.html +++ b/libstdc++-v3/doc/html/manual/status.html @@ -1324,10 +1324,10 @@ or any notes about the implementation. 9.1   Traits for [Un]bounded Arrays P1357R1 - 9.1 __cpp_lib_bounded_array_traits >= 201902L Layout-compatibility and pointer-interconvertibility traits + 9.1 __cpp_lib_bounded_array_traits >= 201902L Layout-compatibility and pointer-interconvertibility traits P0466R5 - + 12
__cpp_lib_is_layout_compatible >= 201907L
__cpp_lib_is_pointer_interconvertible >= 201907L
Integrating feature-test macros into the C++ WD diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2020.xml b/libstdc++-v3/doc/xml/manual/status_cxx2020.xml index a729ddd3ada..26c882907f3 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx2020.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx2020.xml @@ -294,13 +294,12 @@ or any notes about the implementation. - Layout-compatibility and pointer-interconvertibility traits P0466R5 - + 12 __cpp_lib_is_layout_compatible >= 201907L