File tree Expand file tree Collapse file tree 2 files changed +0
-11
lines changed
libcxx/strings/basic.string/string.capacity
std/strings/basic.string/string.capacity Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change 88
99// <string>
1010
11- // This test demonstrates the smaller allocation sizes when the alignment
12- // requirements of std::string are dropped from 16 to 8.
13- //
14- // XFAIL: using-built-library-before-llvm-19
15-
1611#include < algorithm>
1712#include < cassert>
1813#include < cstddef>
Original file line number Diff line number Diff line change 1010
1111// XFAIL: FROZEN-CXX03-HEADERS-FIXME
1212
13- // After changing the alignment of the allocated pointer from 16 to 8, the exception
14- // thrown is no longer `bad_alloc` but instead length_error on systems using new
15- // headers but a dylib that doesn't contain 04ce0ba.
16- //
17- // XFAIL: using-built-library-before-llvm-19
18-
1913// <string>
2014
2115// size_type max_size() const; // constexpr since C++20
You can’t perform that action at this time.
0 commit comments