[libcxx-commits] [libcxx] [libc++] Speed up vector<bool> copy/move-ctors [1/3] (PR #120132)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jan 20 08:56:35 PST 2025


================
@@ -398,6 +398,8 @@ class _LIBCPP_TEMPLATE_VIS vector<bool, _Allocator> {
     __guard.__complete();
----------------
ldionne wrote:

You should also add a release note for this nice improvement!

https://github.com/llvm/llvm-project/pull/120132


More information about the libcxx-commits mailing list