From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2181) id EB95A39B9099; Thu, 19 Aug 2021 12:03:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EB95A39B9099 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 r12-3021] libstdc++: Document P1739R4 status [PR100139] X-Act-Checkin: gcc X-Git-Author: Jonathan Wakely X-Git-Refname: refs/heads/master X-Git-Oldrev: 30b300de8eb9a53c8ad8d80caf06e386e916bc66 X-Git-Newrev: 926d4a71c7e5a2f7d17a4f943d6e7fe9f1e3ba55 Message-Id: <20210819120302.EB95A39B9099@sourceware.org> Date: Thu, 19 Aug 2021 12:03:02 +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 12:03:03 -0000 https://gcc.gnu.org/g:926d4a71c7e5a2f7d17a4f943d6e7fe9f1e3ba55 commit r12-3021-g926d4a71c7e5a2f7d17a4f943d6e7fe9f1e3ba55 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. Diff: --- libstdc++-v3/doc/html/manual/status.html | 5 ++++- libstdc++-v3/doc/xml/manual/status_cxx2020.xml | 11 +++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/libstdc++-v3/doc/html/manual/status.html b/libstdc++-v3/doc/html/manual/status.html index 75ac9e7d9b0..98f7c9495d0 100644 --- a/libstdc++-v3/doc/html/manual/status.html +++ b/libstdc++-v3/doc/html/manual/status.html @@ -1688,7 +1688,10 @@ or any notes about the implementation. Efficient access to std::basic_stringbuf's Buffer P0408R7 - 11  

+ 11   Avoid template bloat for safe_ranges in combination with ‘subrange-y’ view adaptors. + + P1739R4 +  

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 ca12d8023f1..45de79311a1 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx2020.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx2020.xml @@ -1437,6 +1437,17 @@ or any notes about the implementation. + + + Avoid template bloat for safe_ranges in combination with ‘subrange-y’ view adaptors. + + + P1739R4 + + + + +