From 825365bec9e9b91173aa98a1ef30472618e6baa0 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Wed, 14 Sep 2022 13:48:25 +0100 Subject: [PATCH] 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) --- 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 ef00beec1a81..8e0bc1f98011 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 7b8abd98b0dd..e3a03cf9d592 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 -- 2.47.2