From: Jason Merrill Date: Thu, 16 Nov 2017 16:24:53 +0000 (-0500) Subject: Remove wrong ChangeLog entry X-Git-Tag: basepoints/gcc-9~3310 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aef0c806ebe4fc7b55af9a164769ac81d63506ed;p=thirdparty%2Fgcc.git Remove wrong ChangeLog entry From-SVN: r254831 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 4be76143b5c3..4fe0be1a9ea0 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -3,10 +3,6 @@ * include/std/future (shared_future): Add noexcept to copy constructor and copy-assignment operator (LWG 2799). -2017-11-15 Jason Merrill - - * include/std/numeric (gcd): Fix typo. - 2017-11-15 Ville Voutilainen Fix gcd breakage.