[libcxx-commits] [libcxx] [libc++] Add tests for the ABI break introduced by switching to _LIBCPP_COMPRESSED_PAIR (PR #154559)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Aug 21 06:07:14 PDT 2025
================
@@ -60,31 +62,54 @@ class final_small_iter_allocator final {
friend bool operator!=(final_small_iter_allocator, final_small_iter_allocator) { return false; }
};
+struct allocator_base {};
+
+template <class T>
+struct common_base_allocator : allocator_base {
----------------
ldionne wrote:
Let's add a link to https://github.com/llvm/llvm-project/issues/154146 here and throughout these tests.
https://github.com/llvm/llvm-project/pull/154559
More information about the libcxx-commits
mailing list