From: Jonathan Wakely Date: Mon, 18 Sep 2023 14:19:51 +0000 (+0100) Subject: libstdc++: Minor tweak to C++20 status docs X-Git-Tag: basepoints/gcc-15~6038 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=00d16a269a9398b72b9dc9b487bbf7fecd61ffd6;p=thirdparty%2Fgcc.git libstdc++: Minor tweak to C++20 status docs The row for P1466R3 was missing the info on when it was implemented. libstdc++-v3/ChangeLog: * doc/xml/manual/status_cxx2020.xml: Tweak P1466R3 status. * doc/html/manual/status.html: Regenerate. --- diff --git a/libstdc++-v3/doc/html/manual/status.html b/libstdc++-v3/doc/html/manual/status.html index 00a7c2556f3e..97f803063d0b 100644 --- a/libstdc++-v3/doc/html/manual/status.html +++ b/libstdc++-v3/doc/html/manual/status.html @@ -1422,7 +1422,7 @@ or any notes about the implementation. 14.1 (see Note 2) __cpp_lib_chrono >= 201803L Miscellaneous minor fixes for chrono P1466R3 -   __cpp_lib_chrono >= 201907L <chrono> zero(), min(), and max() should be noexcept + 11.1 (see Note 2) __cpp_lib_chrono >= 201907L <chrono> zero(), min(), and max() should be noexcept P0972R0 9.1   diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2020.xml b/libstdc++-v3/doc/xml/manual/status_cxx2020.xml index 6e560069cbc5..d6359d50f42e 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx2020.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx2020.xml @@ -572,7 +572,7 @@ or any notes about the implementation. P1466R3 - + 11.1 (see Note 2) __cpp_lib_chrono >= 201907L