From 1c53f7b072f90c348a61be200a3e745137a7c1bb Mon Sep 17 00:00:00 2001 From: Eisenwave Date: Sun, 8 Mar 2026 19:32:45 +0100 Subject: [PATCH] Add summary for P2870 --- features_cpp26.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/features_cpp26.yaml b/features_cpp26.yaml index a358780..e0aba53 100644 --- a/features_cpp26.yaml +++ b/features_cpp26.yaml @@ -512,6 +512,7 @@ features: - desc: "Remove `std::basic_string::reserve()` from C++26" paper: P2870 + summary: "The overload of `std::basic_string::reserve()` with no parameters is removed. It used to be a poor substitute for `std::basic_string::shrink_to_fit()`." lib: true support: [Clang 18, Xcode 16]