[Lldb-commits] [libcxx] [lldb] [libcxx] adds size-based `__split_buffer` representation to unstable ABI (PR #139632)
Christopher Di Bella via lldb-commits
lldb-commits at lists.llvm.org
Fri Aug 29 16:00:07 PDT 2025
================
@@ -820,6 +820,26 @@ class vector {
__add_alignment_assumption(_Ptr __p) _NOEXCEPT {
return __p;
}
+
+ template <template <class, class, class> class _Layout>
+ _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_HIDE_FROM_ABI void
+ __swap_layouts(__split_buffer<_Tp, allocator_type&, _Layout>& __v) {
+ auto __begin = __begin_;
----------------
cjdb wrote:
Done.
https://github.com/llvm/llvm-project/pull/139632
More information about the lldb-commits
mailing list