From: Jonathan Wakely Date: Mon, 16 May 2022 12:57:08 +0000 (+0100) Subject: libstdc++: Fix status docs for support X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=02acb54c6e024019731864fc4bd4d83f9cf41bda;p=test_jj.git 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) --- diff --git a/libstdc++-v3/doc/html/manual/status.html b/libstdc++-v3/doc/html/manual/status.html index def0625..7ce5d5e 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 e8e6e54..97aac8b 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)