From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2181) id 41FAC3857426; Thu, 19 Aug 2021 14:08:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 41FAC3857426 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 r10-10047] libstdc++: Document P1739R4 status [PR100139] X-Act-Checkin: gcc X-Git-Author: Jonathan Wakely X-Git-Refname: refs/heads/releases/gcc-10 X-Git-Oldrev: ee7502e5fec1a1c0215febfd486a0df9ffaf5692 X-Git-Newrev: 321ff3ad38e05096abc4de6d3bb2150cc0f75d91 Message-Id: <20210819140849.41FAC3857426@sourceware.org> Date: Thu, 19 Aug 2021 14:08:49 +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:08:49 -0000 https://gcc.gnu.org/g:321ff3ad38e05096abc4de6d3bb2150cc0f75d91 commit r10-10047-g321ff3ad38e05096abc4de6d3bb2150cc0f75d91 Author: Jonathan Wakely Date: Thu Aug 19 11:44:57 2021 +0100 libstdc++: Document P1739R4 status [PR100139] We should document the status of this unimplemented feature. Signed-off-by: Jonathan Wakely libstdc++-v3/ChangeLog: PR libstdc++/100139 * doc/xml/manual/status_cxx2020.xml: Add P1739R4 to status table. * doc/html/manual/status.html: Regenerate. (cherry picked from commit 926d4a71c7e5a2f7d17a4f943d6e7fe9f1e3ba55) Diff: --- libstdc++-v3/doc/html/manual/status.html | 5 ++++- libstdc++-v3/doc/xml/manual/status_cxx2020.xml | 10 ++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/libstdc++-v3/doc/html/manual/status.html b/libstdc++-v3/doc/html/manual/status.html index 1cb14d9b3ff..98f86e1ad78 100644 --- a/libstdc++-v3/doc/html/manual/status.html +++ b/libstdc++-v3/doc/html/manual/status.html @@ -1285,7 +1285,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 diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2020.xml b/libstdc++-v3/doc/xml/manual/status_cxx2020.xml index 1ae177113cb..5fced67db09 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx2020.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx2020.xml @@ -548,6 +548,16 @@ or any notes about the implementation. + + + Avoid template bloat for safe_ranges in combination with ‘subrange-y’ view adaptors. + + + P1739R4 + + + +