[gcc/devel/omp/gcc-9] Fix incorrect DR numbers in libstdc++ manual
Tobias Burnus
burnus@gcc.gnu.org
Thu Mar 5 13:59:00 GMT 2020
https://gcc.gnu.org/g:16eb07fd34e08a0dcef125470ad860e9021f8155
commit 16eb07fd34e08a0dcef125470ad860e9021f8155
Author: Jonathan Wakely <jwakely@redhat.com>
Date: Fri Jun 14 19:11:13 2019 +0100
Fix incorrect DR numbers in libstdc++ manual
Backport from mainline
2019-05-07 Jonathan Wakely <jwakely@redhat.com>
* doc/xml/manual/intro.xml: Fix DR 2537 and DR 2566 confusion.
From-SVN: r272302
Diff:
---
libstdc++-v3/ChangeLog | 7 +++++++
libstdc++-v3/doc/xml/manual/intro.xml | 10 +++++-----
2 files changed, 12 insertions(+), 5 deletions(-)
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 1aba7c8..7b46e22 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,6 +1,13 @@
2019-06-14 Jonathan Wakely <jwakely@redhat.com>
Backport from mainline
+ 2019-05-07 Jonathan Wakely <jwakely@redhat.com>
+
+ * doc/xml/manual/intro.xml: Fix DR 2537 and DR 2566 confusion.
+
+2019-06-14 Jonathan Wakely <jwakely@redhat.com>
+
+ Backport from mainline
2019-06-14 Jonathan Wakely <jwakely@redhat.com>
* include/std/version (__cpp_lib_bind_front): Add missing macro.
diff --git a/libstdc++-v3/doc/xml/manual/intro.xml b/libstdc++-v3/doc/xml/manual/intro.xml
index 9761b82..5189815 100644
--- a/libstdc++-v3/doc/xml/manual/intro.xml
+++ b/libstdc++-v3/doc/xml/manual/intro.xml
@@ -1121,18 +1121,18 @@ 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>Constructors for <code>priority_queue</code> taking allocators
+ should call <code>make_heap</code>
</emphasis>
</term>
- <listitem><para>Add static assertions to enforce the requirement.
+ <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>Constructors for <code>priority_queue</code> taking allocators
- should call <code>make_heap</code>
+ <emphasis>Requirements on the first template parameter of container adaptors
</emphasis>
</term>
- <listitem><para>Call <code>make_heap</code>.
+ <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>:
More information about the Gcc-cvs
mailing list