[libcxx-commits] [libcxx] [llvm] [libc++] Bump the docker image hash (PR #140517)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Thu May 29 10:14:17 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
----------------
ldionne wrote:
Was this change intended?
https://github.com/llvm/llvm-project/pull/140517
More information about the libcxx-commits
mailing list