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.
This commit is contained in:
Jonathan Wakely 2021-11-17 22:32:33 +00:00
parent bef32d4a28
commit 0e4a8656e8
1 changed files with 1 additions and 1 deletions

View 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.