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

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Fri Feb 27 06:33:36 PST 2026


https://github.com/philnik777 commented:

I feel like we should document what our goal for Windows/MSVC is. What sort of compatibility do we want and what should be separated? Do we want to avoid any MSVC headers? In that case we would also want to avoid `<vcruntime_new.h>`. @petrhosek @mstorsjo do you believe separating libc++ completely from MSVC is a goal we should have? Are there people who might not want this separation?

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


More information about the libcxx-commits mailing list