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

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Mon Nov 3 01:08:11 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;
----------------
philnik777 wrote:

I don't quite understand how these tests work either. I'm happy if the CI is happy here.

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


More information about the libcxx-commits mailing list