libstdc++: Document istreambuf_iterator base class change [PR 92285]
authorJonathan Wakely <jwakely@redhat.com>
Wed, 4 Nov 2020 12:45:32 +0000 (12:45 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Wed, 4 Nov 2020 12:46:52 +0000 (12:46 +0000)
libstdc++-v3/ChangeLog:

PR libstdc++/92285
* doc/xml/manual/evolution.xml: Document change to base class.
* doc/html/manual/api.html: Regenerate.

libstdc++-v3/doc/html/manual/api.html
libstdc++-v3/doc/xml/manual/evolution.xml

index 1849e1159369a329626168753ff8afd4bc04c664..70889a583f9077a7d92a12a593bb0bfd2eb44e7f 100644 (file)
@@ -405,6 +405,13 @@ now defaults to zero.
   for C++20 mode. The removed functionality has been provided by
   <code class="classname">std::allocator_traits</code> since C++11 and that should
   be used instead.
+</p><p>
+  The type of the <code class="classname">std::iterator</code> base class of
+  <code class="classname">std::istreambuf_iterator</code> was changed to be
+  consistent for all <code class="option">-std</code> modes.
+  Before GCC 10.1 the base class had one type in C++98 mode and a
+  different type in C++11 and later modes. The type in C++98 mode
+  was changed to be the same as for C++11 and later.
 </p><p>
   Experimental C++2a support improved, with new headers
   <code class="filename">&lt;concepts&gt;</code>,
index 38f11b0300d415663ac3d06297f3d7b9c5cad8a7..55b8903baff5548bacbaf5029a9ca08f2e1f8ee3 100644 (file)
@@ -972,6 +972,15 @@ now defaults to zero.
   be used instead.
 </para>
 
+<para>
+  The type of the <classname>std::iterator</classname> base class of
+  <classname>std::istreambuf_iterator</classname> was changed to be
+  consistent for all <option>-std</option> modes.
+  Before GCC 10.1 the base class had one type in C++98 mode and a
+  different type in C++11 and later modes. The type in C++98 mode
+  was changed to be the same as for C++11 and later.
+</para>
+
 <para>
   Experimental C++2a support improved, with new headers
   <filename class="headerfile">&lt;concepts&gt;</filename>,