aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2020-04-14 20:42:48 +0100
committerJonathan Wakely <jwakely@redhat.com>2020-04-14 20:42:48 +0100
commitfa9a57ed91deb57d43fc25891d88867258e06795 (patch)
treec0342222aa856492294815137757c854b8c14c07 /libstdc++-v3
parentaba6453890ce1754b7d1c01a67612766690ff15e (diff)
downloadgcc-fa9a57ed91deb57d43fc25891d88867258e06795.zip
gcc-fa9a57ed91deb57d43fc25891d88867258e06795.tar.gz
gcc-fa9a57ed91deb57d43fc25891d88867258e06795.tar.bz2
libstdc++: Fix order of entries in ChangeLog
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog10
1 files changed, 5 insertions, 5 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index aced89e..085ca6a 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,14 +1,14 @@
-2020-04-13 Iain Sandoe <iain@sandoe.co.uk>
-
- * include/std/coroutine: Update coroutines builtin define,
- per n4861.
-
2020-04-14 Jonathan Wakely <jwakely@redhat.com>
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 <iain@sandoe.co.uk>
+
+ * include/std/coroutine: Update coroutines builtin define,
+ per n4861.
+
2020-04-09 Jonathan Wakely <jwakely@redhat.com>
* libsupc++/compare (compare_three_way): Fix noexcept-specifier.