]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: Fix author name in ChangeLog
authorJonathan Wakely <jwakely@redhat.com>
Wed, 17 Nov 2021 22:32:33 +0000 (22:32 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Wed, 17 Nov 2021 22:41:49 +0000 (22:41 +0000)
The constexpr std::string commit was my own work, but the commit still
had the author name from an earlier cherry-pick that eventually got
entirely reverted. This fixes the name in the ChangeLog file.

libstdc++-v3/ChangeLog

index bce2aa9bfde561d2d71300851a71cbd6c3fb90fa..98f66affbda646ff78b5cd9c9a12d130d1bd3238 100644 (file)
@@ -14,7 +14,7 @@
        * src/c++17/ryu/d2s_intrinsics.h: Merge from Ryu's master
        branch.
 
-2021-11-16  Michael de Lang  <kingoipo@gmail.com>
+2021-11-16  Jonathan Wakely  <jwakely@redhat.com>
 
        * include/bits/basic_string.h (basic_string, operator""s): Add
        constexpr for C++20.