[libcxx-commits] [libcxx] [libc++][test] Augment ranges::{fill, fill_n, find} with missing tests (PR #121209)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Feb 19 10:05:36 PST 2025
================
@@ -169,8 +186,19 @@ TEST_CONSTEXPR_CXX20 bool test() {
types::for_each(types::forward_iterator_list<int*>(), Test<int>());
test_int_array();
- test_struct_array();
- test_int_array_struct_source();
+ test_struct_array();
+ test_int_array_struct_source();
+
+ { // Test vector<bool>::iterator optimization
----------------
ldionne wrote:
Same comment here, probably inline.
https://github.com/llvm/llvm-project/pull/121209
More information about the libcxx-commits
mailing list