[libcxx-commits] [libcxx] [libc++] Fix C++23 standard modules when using with `clang-cl` on Windows (PR #148992)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jul 21 22:02:30 PDT 2025
================
@@ -15,14 +15,10 @@
# pragma GCC system_header
#endif
-#if defined(_LIBCPP_ABI_VCRUNTIME)
-# include <new.h>
-#else
----------------
philnik777 wrote:
Can we split this into a separate patch? This doesn't seem to be directly related to modules.
https://github.com/llvm/llvm-project/pull/148992
More information about the libcxx-commits
mailing list