From: Jonathan Wakely Date: Tue, 14 Apr 2020 19:42:48 +0000 (+0100) Subject: libstdc++: Fix order of entries in ChangeLog X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fa9a57ed91deb57d43fc25891d88867258e06795;p=gcc.git libstdc++: Fix order of entries in ChangeLog --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index aced89eec7d..085ca6aec45 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,14 +1,14 @@ -2020-04-13 Iain Sandoe - - * include/std/coroutine: Update coroutines builtin define, - per n4861. - 2020-04-14 Jonathan Wakely PR libstdc++/94565 * libsupc++/compare (__unspec): Add noexcept-specifier to constructor. * testsuite/18_support/comparisons/categories/94565.cc: New test. +2020-04-13 Iain Sandoe + + * include/std/coroutine: Update coroutines builtin define, + per n4861. + 2020-04-09 Jonathan Wakely * libsupc++/compare (compare_three_way): Fix noexcept-specifier.