[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
Wed Nov 29 10:42:03 PST 2023
================
@@ -26,3 +26,7 @@
#ifdef erase
# undef erase
#endif
+
+#ifdef __noinline__
----------------
gribozavr wrote:
We do that in `system_reserved_names.gen.py`, this file does not have comments for other macros. Do you really want me to break the pattern? Or should I also add comments for other macros in this file?
https://github.com/llvm/llvm-project/pull/73838
More information about the libcxx-commits
mailing list