From: Jonathan Wakely Date: Wed, 17 Nov 2021 22:32:33 +0000 (+0000) Subject: libstdc++: Fix author name in ChangeLog X-Git-Tag: basepoints/gcc-13~2956 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e4a8656e818b669129a670057cbc21e5b723c18;p=thirdparty%2Fgcc.git 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. --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index bce2aa9bfde5..98f66affbda6 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 +2021-11-16 Jonathan Wakely * include/bits/basic_string.h (basic_string, operator""s): Add constexpr for C++20.