aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2020-04-20 17:54:50 +0100
committerJonathan Wakely <jwakely@redhat.com>2020-04-20 17:54:50 +0100
commitb0146791f004cfb2008e2ad9d63f6653fbfb2cf8 (patch)
tree5bb3f4e77b21e945b7c5cd449af6db26fe2799ab /libstdc++-v3
parent371d1011d76361517ab1c11cee593e717ac714bd (diff)
downloadgcc-b0146791f004cfb2008e2ad9d63f6653fbfb2cf8.zip
gcc-b0146791f004cfb2008e2ad9d63f6653fbfb2cf8.tar.gz
gcc-b0146791f004cfb2008e2ad9d63f6653fbfb2cf8.tar.bz2
libstdc++: Correct changelog of previous commit
After committing it I noticed I'd also accidentally added a change to __synth3way as well, which I meant to do in a separate commit. I've updated the changelog entry to reflect that additional change. * libsupc++/compare (__detail::__synth3way): Add noexcept-specifier.
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 7e6a010a..9f4c9d3 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -2,6 +2,7 @@
* include/std/version (__cpp_lib_three_way_comparison): Update value.
* libsupc++/compare (__cpp_lib_three_way_comparison): Likewise.
+ (__detail::__synth3way): Add noexcept-specifier.
* include/bits/stl_map.h (map): Define operator<=> and remove
operator< for C++20.