From 00d16a269a9398b72b9dc9b487bbf7fecd61ffd6 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Mon, 18 Sep 2023 15:19:51 +0100 Subject: [PATCH] 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. --- libstdc++-v3/doc/html/manual/status.html | 2 +- libstdc++-v3/doc/xml/manual/status_cxx2020.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libstdc++-v3/doc/html/manual/status.html b/libstdc++-v3/doc/html/manual/status.html index 00a7c2556f3..97f803063d0 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 6e560069cbc..d6359d50f42 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