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

Adrian Vogelsgesang via libcxx-commits libcxx-commits at lists.llvm.org
Tue Oct 21 05:50:02 PDT 2025


================
@@ -27,6 +27,8 @@ struct exception_ptr {
   exception_ptr(const exception_ptr&) noexcept;
   exception_ptr& operator=(const exception_ptr&) noexcept;
   ~exception_ptr() noexcept;
+
+  void _M_release() noexcept;
----------------
vogelsgesang wrote:

yes - removed

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


More information about the libcxx-commits mailing list