From 73e828becf8d33334800c7a8c83b1d7a8967f2a8 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Tue, 7 May 2019 16:30:52 +0100 Subject: [PATCH] Fix incorrect DR numbers in libstdc++ manual * doc/xml/manual/intro.xml: Fix DR 2537 and DR 2566 confusion. From-SVN: r270954 --- libstdc++-v3/ChangeLog | 4 ++++ libstdc++-v3/doc/xml/manual/intro.xml | 10 +++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 47b8b42d2af..e8c625b98a4 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2019-05-07 Jonathan Wakely + + * doc/xml/manual/intro.xml: Fix DR 2537 and DR 2566 confusion. + 2019-05-01 Nina Dinka Ranns Make allocator propagation more consistent for 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,18 +1121,18 @@ requirements of the license of GCC. 2537: - Requirements on the first template parameter of container adaptors + Constructors for priority_queue taking allocators + should call make_heap - Add static assertions to enforce the requirement. + Call make_heap. 2566: - Constructors for priority_queue taking allocators - should call make_heap + Requirements on the first template parameter of container adaptors - Call make_heap. + Add static assertions to enforce the requirement. 2583: -- 2.30.2