From 02acb54c6e024019731864fc4bd4d83f9cf41bda Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Mon, 16 May 2022 13:57:08 +0100 Subject: 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. (cherry picked from commit 64648821f151b0f86e16185bef7f0be5635fd737) --- libstdc++-v3/doc/html/manual/status.html | 2 +- libstdc++-v3/doc/xml/manual/status_cxx2020.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'libstdc++-v3') diff --git a/libstdc++-v3/doc/html/manual/status.html b/libstdc++-v3/doc/html/manual/status.html index def0625eb0a..7ce5d5ed10b 100644 --- a/libstdc++-v3/doc/html/manual/status.html +++ b/libstdc++-v3/doc/html/manual/status.html @@ -1690,7 +1690,7 @@ or any notes about the implementation. 8.1 __cpp_lib_endian >= 201907L Bit operations P0553R4 - 10.1 __cpp_lib_bitops >= 201907L (since 9.4, see Note 1) Well-behaved interpolation for numbers and pointers + 9.1 __cpp_lib_bitops >= 201907L (since 9.4, see Note 1) Well-behaved interpolation for numbers and pointers P0811R3 9.1 __cpp_lib_interpolate >= 201902L Mathematical constants diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2020.xml b/libstdc++-v3/doc/xml/manual/status_cxx2020.xml index e8e6e541eba..97aac8babdc 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx2020.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx2020.xml @@ -1394,7 +1394,7 @@ or any notes about the implementation. P0553R4 - 10.1 + 9.1 __cpp_lib_bitops >= 201907L (since 9.4, see Note 1) -- cgit v1.2.3