From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2181) id 1ACA7382FAC0; Thu, 24 Nov 2022 16:36:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1ACA7382FAC0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1669307776; bh=TmgJBi2lMG/GOO3Haowzwih8FTIKytJq4LfPcOMUhXA=; h=From:To:Subject:Date:From; b=TTRNrZefDbYtWyvdRGEin3qZT2R40cwmmq3+4DX8pQUCDlU8TVrtBUUIvHwNM5mn5 F/4QYOhbBnopDbTYtX0AFZClUqWXPPtNnRA1YxwP3i3r9+Ta+8THKho6PiBfHr8aE+ 2TcJTv0krrknBrynClyjMnByvtaYXWisgouJksTg= 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 r12-8933] libstdc++: Document LWG 1203 API change in manual X-Act-Checkin: gcc X-Git-Author: Jonathan Wakely X-Git-Refname: refs/heads/releases/gcc-12 X-Git-Oldrev: 9ea0f924f4ad70cbde7f47228f12757b48e996ef X-Git-Newrev: 825365bec9e9b91173aa98a1ef30472618e6baa0 Message-Id: <20221124163616.1ACA7382FAC0@sourceware.org> Date: Thu, 24 Nov 2022 16:36:16 +0000 (GMT) List-Id: https://gcc.gnu.org/g:825365bec9e9b91173aa98a1ef30472618e6baa0 commit r12-8933-g825365bec9e9b91173aa98a1ef30472618e6baa0 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 ef00beec1a8..8e0bc1f9801 100644 --- a/libstdc++-v3/doc/html/manual/bugs.html +++ b/libstdc++-v3/doc/html/manual/bugs.html @@ -357,6 +357,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 7b8abd98b0d..e3a03cf9d59 100644 --- a/libstdc++-v3/doc/xml/manual/intro.xml +++ b/libstdc++-v3/doc/xml/manual/intro.xml @@ -852,6 +852,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