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

Adrian Vogelsgesang via libcxx-commits libcxx-commits at lists.llvm.org
Mon Nov 3 12:20:10 PST 2025


================
@@ -18,6 +18,7 @@ export namespace std {
   using std::rethrow_exception;
   using std::rethrow_if_nested;
   using std::set_terminate;
+  using std::swap;
----------------
vogelsgesang wrote:

The CI was indeed green 🙂 
I merged this (after removing the documentation update from this PR)
Moving on to #165909

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


More information about the libcxx-commits mailing list