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

Peng Liu via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jan 22 05:32:31 PST 2025


================
@@ -59,6 +60,29 @@ struct TestInIters {
   }
 };
 
+template <std::size_t N>
+struct TestBitIter {
----------------
winner245 wrote:

This is now changed to a function called `test_vector_bool()`. 

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


More information about the libcxx-commits mailing list