[libcxx-commits] [libcxx] [libc++] Optimize `std::exception_ptr` (PR #162773)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Mon Nov 3 02:07:06 PST 2025


philnik777 wrote:

> > Re. attributes, we can almost certainly add [[clang::trivial_abi]] to exception_ptr.
> 
> Afaict, we can only add this under ABIv2, right?

Yeah, that would have to be behind an ABI flag.

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


More information about the libcxx-commits mailing list