From: Jonathan Wakely Date: Thu, 19 Aug 2021 10:44:57 +0000 (+0100) Subject: libstdc++: Document P1739R4 status [PR100139] X-Git-Tag: upstream/12.2.0~5676 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=926d4a71c7e5a2f7d17a4f943d6e7fe9f1e3ba55;p=platform%2Fupstream%2Fgcc.git 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 --git a/libstdc++-v3/doc/html/manual/status.html b/libstdc++-v3/doc/html/manual/status.html index 75ac9e7..98f7c94 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 ca12d80..45de793 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 + + + + +