[libcxx-commits] [libcxx] [libc++] fix std::make_exception_ptr interaction with ObjC (PR #135386)

James Y Knight via libcxx-commits libcxx-commits at lists.llvm.org
Tue May 13 09:19:43 PDT 2025


jyknight wrote:

You mean without the OBJC ifdef? I think that would be OK. But IMO it's not actually an improvement, because the condition is no longer clearly connected with the actual _reason_ for the existence of the alternate codepath.

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


More information about the libcxx-commits mailing list