[libcxx-commits] [libcxx] [libc++] Simplify the implementation of reserve() and shrink_to_fit() (PR #113453)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Nov 10 04:44:37 PST 2024
================
@@ -3340,7 +3353,16 @@ _LIBCPP_CONSTEXPR_SINCE_CXX20 void basic_string<_CharT, _Traits, _Allocator>::re
if (__target_capacity == capacity())
----------------
philnik777 wrote:
This is #114869.
https://github.com/llvm/llvm-project/pull/113453
More information about the libcxx-commits
mailing list