[libcxx-commits] [libcxx] [libc++] Protect the libc++ implementation from CUDA SDK's `__noinline__` macro (PR #73838)

via libcxx-commits libcxx-commits at lists.llvm.org
Wed Nov 29 10:40:26 PST 2023


================
@@ -26,3 +26,7 @@
 #ifdef erase
 #  undef erase
 #endif
+
+#ifdef __noinline__
----------------
EricWF wrote:

Please add a comment about where the problematic macro comes from (cuda).

https://github.com/llvm/llvm-project/pull/73838


More information about the libcxx-commits mailing list