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 8
8
9
9
// <string>
10
10
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
-
16
11
#include < algorithm>
17
12
#include < cassert>
18
13
#include < cstddef>
Original file line number Diff line number Diff line change 10
10
11
11
// XFAIL: FROZEN-CXX03-HEADERS-FIXME
12
12
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
-
19
13
// <string>
20
14
21
15
// size_type max_size() const; // constexpr since C++20
You can’t perform that action at this time.
0 commit comments