aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2021-11-17 22:32:33 +0000
committerJonathan Wakely <jwakely@redhat.com>2021-11-17 22:41:49 +0000
commit0e4a8656e818b669129a670057cbc21e5b723c18 (patch)
tree7ec5fcc3d5972e536510c8e0910f05ef569fade4
parentbef32d4a28595e933f24fef378cf052a30b674a7 (diff)
downloadgcc-0e4a8656e818b669129a670057cbc21e5b723c18.zip
gcc-0e4a8656e818b669129a670057cbc21e5b723c18.tar.gz
gcc-0e4a8656e818b669129a670057cbc21e5b723c18.tar.bz2
libstdc++: Fix author name in ChangeLog
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.
-rw-r--r--libstdc++-v3/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index bce2aa9..98f66af 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -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.