[libcxx-commits] [libcxx] [libc++] Protect the libc++ implementation from CUDA SDK's `__noinline__` macro (PR #73838)
Dmitri Gribenko via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Nov 30 08:57:33 PST 2023
================
@@ -26,3 +26,7 @@
#ifdef erase
# undef erase
#endif
+
+#ifdef __noinline__
----------------
gribozavr wrote:
OK, then I'll keep the existing pattern.
https://github.com/llvm/llvm-project/pull/73838
More information about the libcxx-commits
mailing list