From: Jason Merrill Date: Thu, 16 Nov 2017 16:24:53 +0000 (-0500) Subject: Remove wrong ChangeLog entry X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=aef0c806ebe4fc7b55af9a164769ac81d63506ed;p=gcc.git Remove wrong ChangeLog entry From-SVN: r254831 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 4be76143b5c..4fe0be1a9ea 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.