From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2181) id 88605383D805; Mon, 16 May 2022 14:27:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 88605383D805 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 r9-10185] libstdc++: Fix status docs for support X-Act-Checkin: gcc X-Git-Author: Jonathan Wakely X-Git-Refname: refs/heads/releases/gcc-9 X-Git-Oldrev: 407adcb310df7c85387a02f9b0d5f1df770258e9 X-Git-Newrev: 882739c259fa2a0dcce58b501c140e3ef0bf1e5d Message-Id: <20220516142744.88605383D805@sourceware.org> Date: Mon, 16 May 2022 14:27:44 +0000 (GMT) X-BeenThere: libstdc++-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libstdc++-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 May 2022 14:27:44 -0000 https://gcc.gnu.org/g:882739c259fa2a0dcce58b501c140e3ef0bf1e5d commit r9-10185-g882739c259fa2a0dcce58b501c140e3ef0bf1e5d Author: Jonathan Wakely Date: Mon May 16 15:26:34 2022 +0100 libstdc++: Fix status docs for support libstdc++-v3/ChangeLog: * doc/html/manual/status.html: Regenerate. * doc/xml/manual/status_cxx2020.xml: Fix supported version for C++20 bit operations and power-of-two operations. (cherry picked from commit 64648821f151b0f86e16185bef7f0be5635fd737) Diff: --- libstdc++-v3/doc/html/manual/status.html | 7 +++++-- libstdc++-v3/doc/xml/manual/status_cxx2020.xml | 12 +++++++++++- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/libstdc++-v3/doc/html/manual/status.html b/libstdc++-v3/doc/html/manual/status.html index e303f570e87..8f754758270 100644 --- a/libstdc++-v3/doc/html/manual/status.html +++ b/libstdc++-v3/doc/html/manual/status.html @@ -1025,7 +1025,10 @@ Feature-testing recommendations for C++. P0463R1 - 8.1   Extending make_shared to Support Arrays + 8.1   Bit operations + + P0553R4 + 9.1 __cpp_lib_bitops >= 201907L (macro only defined since 9.4) Extending make_shared to Support Arrays P0674R1 @@ -1150,7 +1153,7 @@ Feature-testing recommendations for C++. P0556R3 - 9.1   Reviewing Deprecated Facilities of C++17 for C++20 + 9.1 __cpp_lib_int_pow2 >= 201806L (macro only defined since 9.4) Reviewing Deprecated Facilities of C++17 for C++20 P0619R4 diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2020.xml b/libstdc++-v3/doc/xml/manual/status_cxx2020.xml index fc7fe0a3d9f..a4dfeb200f0 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx2020.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx2020.xml @@ -64,6 +64,16 @@ Feature-testing recommendations for C++. + + Bit operations + + + P0553R4 + + 9.1 + __cpp_lib_bitops >= 201907L (macro only defined since 9.4) + + Extending make_shared to Support Arrays @@ -421,7 +431,7 @@ Feature-testing recommendations for C++. 9.1 - + __cpp_lib_int_pow2 >= 201806L (macro only defined since 9.4)