]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: Correct changelog of previous commit
authorJonathan Wakely <jwakely@redhat.com>
Mon, 20 Apr 2020 16:54:50 +0000 (17:54 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Mon, 20 Apr 2020 16:54:50 +0000 (17:54 +0100)
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.

libstdc++-v3/ChangeLog

index 7e6a010a4ab3e9569912747c46599829f1d1c63a..9f4c9d327c3a47a871f2194e54b2ee13a2029ee4 100644 (file)
@@ -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.