[libcxx-commits] [libcxx] [libc++] Add MSVC's implementation of `exception_ptr` for Windows (PR #94977)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jul 1 09:54:08 PDT 2026
================
@@ -62,8 +62,6 @@ _LIBCPP_OVERRIDABLE_FUNC_VIS __cxa_exception* __cxa_init_primary_exception(
_LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD
_LIBCPP_BEGIN_EXPLICIT_ABI_ANNOTATIONS
-#ifndef _LIBCPP_ABI_MICROSOFT
----------------
ldionne wrote:
I really like that this patch gives us a single implementation of the public class.
https://github.com/llvm/llvm-project/pull/94977
More information about the libcxx-commits
mailing list