[libcxx-commits] [libcxx] [libc++][NFC] Simplify the implementation of reserve() and shrink_to_fit() (PR #113453)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Oct 23 11:00:20 PDT 2024
================
@@ -1874,8 +1874,6 @@ private:
operator==(const basic_string<char, char_traits<char>, _Alloc>& __lhs,
----------------
ldionne wrote:
Not attached: Let's not mark this change as a NFC, since it's definitely not doing "nothing".
https://github.com/llvm/llvm-project/pull/113453
More information about the libcxx-commits
mailing list