[libcxx-commits] [libcxx] Fix __split_buffer_pointer_layout compatibility with swift's C++ interop (PR #170957)
via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Dec 9 10:30:07 PST 2025
================
@@ -30,6 +30,9 @@
#include <__type_traits/integral_constant.h>
#include <__type_traits/is_nothrow_assignable.h>
#include <__type_traits/is_nothrow_constructible.h>
+#if _LIBCPP_STD_VER >= 20
----------------
junov-google wrote:
Fixed.
https://github.com/llvm/llvm-project/pull/170957
More information about the libcxx-commits
mailing list