* doc/xml/manual/intro.xml: Fix DR 2537 and DR 2566 confusion.
Committed to trunk.
commit 99929bcbbb2c8e0234dbdaf11866d2399f1f039e Author: Jonathan Wakely <jwak...@redhat.com> Date: Tue May 7 15:41:00 2019 +0100 Fix incorrect DR numbers in libstdc++ manual * doc/xml/manual/intro.xml: Fix DR 2537 and DR 2566 confusion. diff --git a/libstdc++-v3/doc/xml/manual/intro.xml b/libstdc++-v3/doc/xml/manual/intro.xml index 9761b82fd65..518981559a0 100644 --- a/libstdc++-v3/doc/xml/manual/intro.xml +++ b/libstdc++-v3/doc/xml/manual/intro.xml @@ -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>