[libcxx-commits] [libcxx] [libc++] Optimize ranges::fill{, _n} for vector<bool>::iterator (PR #84642)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Fri Mar 15 10:16:58 PDT 2024


================
@@ -49,6 +49,8 @@ Improvements and New Features
 -----------------------------
 
 - The performance of growing ``std::vector`` has been improved for trivially relocatable types.
+- The performance of ``ranges::fill`` and ``ranges::fill_n`` has been improved for ``vector<bool>::iterator``\s,
----------------
philnik777 wrote:

Yes. Without it the docs won't build.

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


More information about the libcxx-commits mailing list