From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2181) id E3DA039B90AF; Thu, 19 Aug 2021 14:06:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E3DA039B90AF 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 r11-8887] libstdc++: Move status table entry to be with other ranges papers X-Act-Checkin: gcc X-Git-Author: Jonathan Wakely X-Git-Refname: refs/heads/releases/gcc-11 X-Git-Oldrev: 31433e154f5eecb17151d77b259b13d41c0b8e7c X-Git-Newrev: 46a1acba8966e16d632e34cb047cd60cb2c41164 Message-Id: <20210819140657.E3DA039B90AF@sourceware.org> Date: Thu, 19 Aug 2021 14:06:57 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Aug 2021 14:06:58 -0000 https://gcc.gnu.org/g:46a1acba8966e16d632e34cb047cd60cb2c41164 commit r11-8887-g46a1acba8966e16d632e34cb047cd60cb2c41164 Author: Jonathan Wakely Date: Thu Aug 19 15:03:21 2021 +0100 libstdc++: Move status table entry to be with other ranges papers Signed-off-by: Jonathan Wakely libstdc++-v3/ChangeLog: * doc/xml/manual/status_cxx2020.xml: Move row earlier in table. * doc/html/manual/status.html: Regenerate. (cherry picked from commit c5e0f954aef8caf4ee54b185e0fbfa88aeab62c6) Diff: --- libstdc++-v3/doc/html/manual/status.html | 10 +++++----- libstdc++-v3/doc/xml/manual/status_cxx2020.xml | 21 ++++++++++----------- 2 files changed, 15 insertions(+), 16 deletions(-) diff --git a/libstdc++-v3/doc/html/manual/status.html b/libstdc++-v3/doc/html/manual/status.html index 751d6035d9f..6b9648d1a7d 100644 --- a/libstdc++-v3/doc/html/manual/status.html +++ b/libstdc++-v3/doc/html/manual/status.html @@ -1398,7 +1398,10 @@ or any notes about the implementation. 10.1   Ranges Design Cleanup P1252R2 - 10.1   + 10.1   Avoid template bloat for safe_ranges in combination with ‘subrange-y’ view adaptors. + + P1739R4 +   Time, dates, calendars, time zones Extending chrono to Calendars and Time Zones @@ -1688,10 +1691,7 @@ or any notes about the implementation. Efficient access to std::basic_stringbuf's Buffer P0408R7 - 11   Avoid template bloat for safe_ranges in combination with ‘subrange-y’ view adaptors. - - P1739R4 -  

+ 11  

Note 1: This feature is supported in older releases but the __cpp_lib macro is not defined to the right value (or not defined at all) until the version shown in parentheses. diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2020.xml b/libstdc++-v3/doc/xml/manual/status_cxx2020.xml index 45de79311a1..a729ddd3ada 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx2020.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx2020.xml @@ -545,6 +545,16 @@ or any notes about the implementation. + + + Avoid template bloat for safe_ranges in combination with ‘subrange-y’ view adaptors. + + + P1739R4 + + + + @@ -1437,17 +1447,6 @@ or any notes about the implementation. - - - Avoid template bloat for safe_ranges in combination with ‘subrange-y’ view adaptors. - - - P1739R4 - - - - -