[libcxx-commits] [libcxx] [llvm] [libc++] Bump the docker image hash (PR #140517)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Fri May 30 10:36:53 PDT 2025
================
@@ -24,7 +24,7 @@ _LIBCPP_BEGIN_NAMESPACE_STD
// A type is trivially relocatable if a move construct + destroy of the original object is equivalent to
// `memcpy(dst, src, sizeof(T))`.
-#if __has_builtin(__is_trivially_relocatable)
+#if __has_builtin(__is_trivially_relocatable) && 0
----------------
philnik777 wrote:
Yes, this was intentional. It was actually because clang now warns that the builtin is deprecated. Maybe this should have been done in a separate patch, but we've already disabled this in the non-C++03 headers, so I don't think this is a crazy change.
https://github.com/llvm/llvm-project/pull/140517
More information about the libcxx-commits
mailing list