From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2181) id EEC8A385B506; Thu, 27 Apr 2023 22:01:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EEC8A385B506 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1682632912; bh=54GBsnwaGWRf+zCgSGShA3LlP8hLcvUh3wIUELd7Z4E=; h=From:To:Subject:Date:From; b=ckld7coogEBtYuB3sJwk6N/sncMn1jtGRqHXA2FQP0iD5lPkP2f/dDBoEQ7lSB4Vv oHIccLrF65pF6wgE5+dC4A5tRAaR9CoUVJaeGT5fUi6b2JR51ZHeEXVVm5OPSOD7oy bWNTgpvHVT+WWvSPUWBaqy82DKHwA16B5OT2QkAw= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Jonathan Wakely To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc r11-10666] libstdc++: Document LWG 1203 API change in manual X-Act-Checkin: gcc X-Git-Author: Jonathan Wakely X-Git-Refname: refs/heads/releases/gcc-11 X-Git-Oldrev: fb0c2b05b836932a76113b25644fa6182957cb49 X-Git-Newrev: 525f73e0d914b00bb6bd20a754dfd4ba097a5d10 Message-Id: <20230427220152.EEC8A385B506@sourceware.org> Date: Thu, 27 Apr 2023 22:01:52 +0000 (GMT) List-Id: https://gcc.gnu.org/g:525f73e0d914b00bb6bd20a754dfd4ba097a5d10 commit r11-10666-g525f73e0d914b00bb6bd20a754dfd4ba097a5d10 Author: Jonathan Wakely Date: Wed Sep 14 13:48:25 2022 +0100 libstdc++: Document LWG 1203 API change in manual libstdc++-v3/ChangeLog: * doc/xml/manual/intro.xml: Document LWG 1203. * doc/html/*: Regenerate. (cherry picked from commit 8b1bc3051bd68ce193a8612fa3b1a65c0353b5b0) Diff: --- libstdc++-v3/doc/html/manual/bugs.html | 3 +++ libstdc++-v3/doc/xml/manual/intro.xml | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/libstdc++-v3/doc/html/manual/bugs.html b/libstdc++-v3/doc/html/manual/bugs.html index 7e0837322e5..280aa77d311 100644 --- a/libstdc++-v3/doc/html/manual/bugs.html +++ b/libstdc++-v3/doc/html/manual/bugs.html @@ -350,6 +350,9 @@ More algorithms that throw away information

The traditional HP / SGI return type and value is blessed by the resolution of the DR. +

1203: + More useful rvalue stream insertion +

Return the stream as its original type, not the base class.

1339: uninitialized_fill_n should return the end of its range

Return the end of the filled range. diff --git a/libstdc++-v3/doc/xml/manual/intro.xml b/libstdc++-v3/doc/xml/manual/intro.xml index 62cab81651e..98dbf596866 100644 --- a/libstdc++-v3/doc/xml/manual/intro.xml +++ b/libstdc++-v3/doc/xml/manual/intro.xml @@ -839,6 +839,12 @@ requirements of the license of GCC. by the resolution of the DR. + 1203: + More useful rvalue stream insertion + + Return the stream as its original type, not the base class. + + 1339: uninitialized_fill_n should return the end of its range