[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
Mon Jun 8 00:58:09 PDT 2026


philnik777 wrote:

>     5. Let's document the Windows/MSVC support goals in libcxx/docs/DesignDocs/WindowsSupport.rst (which does not exist today). This should cover the dependency model (using vcruntime as the ABI layer, and our goal to decouple from the MSVC STL). Let's also mention that allowing interoperation between the two (e.g. linking a binary built with libc++ and one built with MSVC STL and expecting they share the same new handler) is not a goal, unless I've misunderstood the discussion on this point (@mstorsjo).

I don't think this one has been addressed?


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


More information about the libcxx-commits mailing list