[libcxx-commits] [libcxx] [libc++] Fix C++23 standard modules when using with `clang-cl` on Windows (PR #148992)
via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jul 21 23:03:31 PDT 2025
================
@@ -15,14 +15,10 @@
# pragma GCC system_header
#endif
-#if defined(_LIBCPP_ABI_VCRUNTIME)
-# include <new.h>
-#else
----------------
siradam7th wrote:
it is, because `<new>` does not define `get_new_handler()` and that stops standard modules from building, the change was requested by @frederick-vs-ja to simplify the previous solution.
https://github.com/llvm/llvm-project/pull/148992
More information about the libcxx-commits
mailing list