[libcxx-commits] [libcxx] [libc++] Fix missing 'get_new_handler()' for Windows builds (PR #150182)

A. Jiang via libcxx-commits libcxx-commits at lists.llvm.org
Tue Dec 23 00:10:41 PST 2025


================
@@ -32,7 +32,7 @@
 #endif
 
 #if defined(_LIBCPP_ABI_VCRUNTIME)
-#  include <new.h>
+#  include <vcruntime_new.h>
----------------
frederick-vs-ja wrote:

I don't think there's a clean approach not changing includes.

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


More information about the libcxx-commits mailing list