Nikolas Klauser 08457e1f76
[libc++] Add tests to pin down the ABI of deque, list and vector (#80191)
This patch adds tests that lock down the ABI of types like deque, list
and vector.
An upcoming patch will replace the usage of __compressed_pair in these
classes
by [[no_unique_address]], so we are adding these tests to pin down their
ABI
before making the change. That way, we can be confident that the patch
making
the actual ABI-sensitive change is safe if it doesn't break these tests.
2024-02-07 00:52:10 +01:00
..
2024-01-21 12:16:22 +01:00
2023-05-16 14:30:36 -07:00