Fix incorrect DR numbers in libstdc++ manual

* doc/xml/manual/intro.xml: Fix DR 2537 and DR 2566 confusion.

From-SVN: r270954
This commit is contained in:
Jonathan Wakely 2019-05-07 16:30:52 +01:00 committed by Jonathan Wakely
parent f4e678ef74
commit 73e828becf
2 changed files with 11 additions and 7 deletions

View File

@ -1,3 +1,7 @@
2019-05-07 Jonathan Wakely <jwakely@redhat.com>
* doc/xml/manual/intro.xml: Fix DR 2537 and DR 2566 confusion.
2019-05-01 Nina Dinka Ranns <dinka.ranns@gmail.com>
Make allocator propagation more consistent for

View File

@ -1121,13 +1121,6 @@ requirements of the license of GCC.
</para></listitem></varlistentry>
<varlistentry xml:id="manual.bugs.dr2537"><term><link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="&DR;#2537">2537</link>:
<emphasis>Requirements on the first template parameter of container adaptors
</emphasis>
</term>
<listitem><para>Add static assertions to enforce the requirement.
</para></listitem></varlistentry>
<varlistentry xml:id="manual.bugs.dr2566"><term><link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="&DR;#2566">2566</link>:
<emphasis>Constructors for <code>priority_queue</code> taking allocators
should call <code>make_heap</code>
</emphasis>
@ -1135,6 +1128,13 @@ requirements of the license of GCC.
<listitem><para>Call <code>make_heap</code>.
</para></listitem></varlistentry>
<varlistentry xml:id="manual.bugs.dr2566"><term><link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="&DR;#2566">2566</link>:
<emphasis>Requirements on the first template parameter of container adaptors
</emphasis>
</term>
<listitem><para>Add static assertions to enforce the requirement.
</para></listitem></varlistentry>
<varlistentry xml:id="manual.bugs.dr2583"><term><link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="&DR;#2583">2583</link>:
<emphasis>There is no way to supply an allocator for <code>basic_string(str, pos)</code>
</emphasis>