We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25ae2d6 commit fd4b90bCopy full SHA for fd4b90b
libcxx/test/std/containers/sequences/vector.bool/max_size.pass.cpp
@@ -71,7 +71,7 @@ TEST_CONSTEXPR_CXX20 bool tests() {
71
// Test with various allocators and different `size_type`s
72
{
73
test(std::vector<bool>());
74
- test(std::vector<bool, std::allocator<int> >());
+ test(std::vector<bool, std::allocator<bool> >());
75
test(std::vector<bool, min_allocator<bool> >());
76
test(std::vector<bool, test_allocator<bool> >(test_allocator<bool>(1)));
77
test(std::vector<bool, other_allocator<bool> >(other_allocator<bool>(5)));
0 commit comments