Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions features_cpp26.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down