================
@@ -91,12 +91,14 @@ __device__ inline void operator delete[](void *ptr,
 #endif
 
 // Device overrides for placement new and delete.
+#if _LIBCPP_STD_VER < 26
----------------
Artem-B wrote:

This helps with libc++. 

Do we run into this issue with libstdc++, too? If so, we may check its version 
here, too.

https://github.com/llvm/llvm-project/pull/114056
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to