[libcxx-commits] [libcxx] [libc++] Speed up vector<bool> copy/move-ctors [1/3] (PR #120132)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jan 20 09:09:00 PST 2025
================
@@ -398,6 +398,8 @@ class _LIBCPP_TEMPLATE_VIS vector<bool, _Allocator> {
__guard.__complete();
----------------
philnik777 wrote:
Note that this is actually fixing a regression and not really improving performance.
https://github.com/llvm/llvm-project/pull/120132
More information about the libcxx-commits
mailing list