[libcxx-commits] [libcxx] [libc++] Add move constructor & assignment to `exception_ptr` (PR #164281)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Tue Oct 21 01:19:02 PDT 2025


https://github.com/philnik777 commented:

How about we instead add a `swap` and implement `operator= `as `swap(exception_ptr())`? That would avoid having to introduce any new symbols.

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


More information about the libcxx-commits mailing list