[all-commits] [llvm/llvm-project] bec50d: [libc++] Implement P1072R10 (std::basic_string::re...
philnik777 via All-commits
all-commits at lists.llvm.org
Thu Jan 6 15:10:48 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bec50db2edf63c37ab48b1b9ca1ebb6a9fa47a59
https://github.com/llvm/llvm-project/commit/bec50db2edf63c37ab48b1b9ca1ebb6a9fa47a59
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2022-01-07 (Fri, 07 Jan 2022)
Changed paths:
M libcxx/docs/FeatureTestMacroTable.rst
M libcxx/docs/Status/Cxx2bPapers.csv
M libcxx/include/string
M libcxx/include/version
M libcxx/test/std/language.support/support.limits/support.limits.general/string.version.pass.cpp
M libcxx/test/std/language.support/support.limits/support.limits.general/version.version.pass.cpp
A libcxx/test/std/strings/basic.string/string.capacity/resize_and_overwrite.pass.cpp
M libcxx/utils/generate_feature_test_macro_components.py
Log Message:
-----------
[libc++] Implement P1072R10 (std::basic_string::resize_and_overwrite)
Reviewed By: Quuxplusone, #libc, Mordante
Spies: mzeren-vmw, ckennelly, arichardson, ldionne, Mordante, libcxx-commits, Quuxplusone
Differential Revision: https://reviews.llvm.org/D113013
More information about the All-commits
mailing list