From: Jonathan Wakely Date: Tue, 7 May 2019 15:30:52 +0000 (+0100) Subject: Fix incorrect DR numbers in libstdc++ manual X-Git-Tag: misc/cutover-git~5706 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73e828becf8d33334800c7a8c83b1d7a8967f2a8;p=thirdparty%2Fgcc.git Fix incorrect DR numbers in libstdc++ manual * doc/xml/manual/intro.xml: Fix DR 2537 and DR 2566 confusion. From-SVN: r270954 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 47b8b42d2aff..e8c625b98a4c 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 9761b82fd655..518981559a01 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: