From 0e4a8656e818b669129a670057cbc21e5b723c18 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Wed, 17 Nov 2021 22:32:33 +0000 Subject: [PATCH] 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. --- libstdc++-v3/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index bce2aa9bfde..98f66affbda 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.