[libcxx-commits] [libcxx] [libcxx] adds a size-based representation for `vector`'s unstable ABI (PR #155330)

Christopher Di Bella via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jan 14 17:27:12 PST 2026


================
@@ -82,25 +83,334 @@ _LIBCPP_PUSH_MACROS
 
 _LIBCPP_BEGIN_NAMESPACE_STD
 
+#ifdef _LIBCPP_ABI_SIZE_BASED_VECTOR
----------------
cjdb wrote:

Done.

https://github.com/llvm/llvm-project/pull/155330


More information about the libcxx-commits mailing list