[all-commits] [llvm/llvm-project] 494c9e: [libc++] Removes basic_string::reserve(). (#73354)
Mark de Wever via All-commits
all-commits at lists.llvm.org
Sat Nov 25 04:56:54 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 494c9e5f59302b1681d1f6171cd01c26004d05fb
https://github.com/llvm/llvm-project/commit/494c9e5f59302b1681d1f6171cd01c26004d05fb
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2023-11-25 (Sat, 25 Nov 2023)
Changed paths:
M libcxx/docs/ReleaseNotes/18.rst
M libcxx/docs/Status/Cxx2cPapers.csv
M libcxx/docs/UsingLibcxx.rst
M libcxx/include/string
M libcxx/test/libcxx/strings/basic.string/string.capacity/PR53170.pass.cpp
M libcxx/test/std/strings/basic.string/string.capacity/reserve.deprecated_in_cxx20.verify.cpp
M libcxx/test/std/strings/basic.string/string.capacity/reserve.pass.cpp
A libcxx/test/std/strings/basic.string/string.capacity/reserve.removed_in_cxx26.verify.cpp
Log Message:
-----------
[libc++] Removes basic_string::reserve(). (#73354)
Implements:
- P2870R3 Remove basic_string::reserve()
---------
Co-authored-by: philnik777 <nikolasklauser at berlin.de>
More information about the All-commits
mailing list