[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
Tue Jul 22 01:08:28 PDT 2025


================
@@ -15,14 +15,10 @@
 #  pragma GCC system_header
 #endif
 
-#if defined(_LIBCPP_ABI_VCRUNTIME)
-#  include <new.h>
-#else
----------------
philnik777 wrote:

This also fixes other tests IIUC, so this isn't specific to modules. It just happens to surface with modules as well.

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


More information about the libcxx-commits mailing list