[committed] libstdc++: Document LWG 1203 API change in manual

Message ID 20220914182315.263596-1-jwakely@redhat.com
State New, archived
Headers
Series [committed] libstdc++: Document LWG 1203 API change in manual |

Commit Message

Jonathan Wakely Sept. 14, 2022, 6:23 p.m. UTC
  Pushed to trunk.

-- >8 --

libstdc++-v3/ChangeLog:

	* doc/xml/manual/intro.xml: Document LWG 1203.
	* doc/html/*: Regenerate.
---
 libstdc++-v3/doc/html/manual/bugs.html             | 3 +++
 libstdc++-v3/doc/html/manual/debug_mode_using.html | 7 ++++++-
 libstdc++-v3/doc/html/manual/using_macros.html     | 5 +++++
 libstdc++-v3/doc/xml/manual/intro.xml              | 6 ++++++
 4 files changed, 20 insertions(+), 1 deletion(-)
  

Patch

diff --git a/libstdc++-v3/doc/xml/manual/intro.xml b/libstdc++-v3/doc/xml/manual/intro.xml
index 290e5d3a74e..d341c3efe6d 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.
     </para></listitem></varlistentry>
 
+    <varlistentry xml:id="manual.bugs.dr1203"><term><link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="&DR;#1203">1203</link>:
+       <emphasis>More useful rvalue stream insertion</emphasis>
+    </term>
+    <listitem><para>Return the stream as its original type, not the base class.
+    </para></listitem></varlistentry>
+
     <varlistentry xml:id="manual.bugs.dr1339"><term><link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="&DR;#1339">1339</link>:
        <emphasis>uninitialized_fill_n should return the end of its range</emphasis>
     </term>