[libcxx-commits] [libcxx] [libc++] Fix missing 'get_new_handler()' for Windows builds (PR #150182)
via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Aug 24 07:59:59 PDT 2025
================
@@ -11,9 +11,7 @@
#include "include/atomic_support.h"
#if defined(_LIBCPP_ABI_MICROSOFT)
-# if !defined(_LIBCPP_ABI_VCRUNTIME)
-# define _LIBPCPP_DEFINE_NEW_HANDLER
-# endif
+# define _LIBPCPP_DEFINE_NEW_HANDLER
----------------
siradam7th wrote:
I'm looking into the MSVC STL implementation to see how they're handling this issue.
I would rather find a solution for this specific problem and get it fixed, than increase the scope this PR to include other parts of the code, that can be its own PR for later...
https://github.com/llvm/llvm-project/pull/150182
More information about the libcxx-commits
mailing list