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

Adrian Vogelsgesang via libcxx-commits libcxx-commits at lists.llvm.org
Fri Oct 31 10:00:59 PDT 2025


================
@@ -451,7 +451,7 @@ Instead use:
 
 .. code-block:: cpp
 
-   // UNSUPPORTED: std-at-least-c++26
+   // REQUIRES: std-at-least-c++26
----------------
vogelsgesang wrote:

I think this was incorrectly documented so far?

Is it fine to just fix this as a drive-by?

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


More information about the libcxx-commits mailing list