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 49467ba commit 3271827Copy full SHA for 3271827
libcxx/test/std/containers/sequences/vector.bool/max_call_varying_size_types.pass.cpp renamed to libcxx/test/std/containers/sequences/vector.bool/small_allocator_size.pass.cpp
@@ -11,8 +11,8 @@
11
12
// XFAIL: FROZEN-CXX03-HEADERS-FIXME
13
14
-// This test ensures that the internal call to std::max within vector<bool> is not ambiguous under various size types.
15
-// Related issue: https://github.com/llvm/llvm-project/issues/121713.
+// This test ensures that std::vector<bool> handles allocator types with small size types
+// properly. Related issue: https://github.com/llvm/llvm-project/issues/121713.
16
17
#include <cassert>
18
#include <cstddef>
0 commit comments