[libcxx-commits] [libcxx] [libc++] Deprecate and remove `uncaught_exception` (PR #101830)

A. Jiang via libcxx-commits libcxx-commits at lists.llvm.org
Sun Aug 4 06:15:09 PDT 2024


================
@@ -21,6 +21,5 @@ export namespace std {
   using std::terminate;
   using std::terminate_handler;
   using std::throw_with_nested;
-  using std::uncaught_exception;
----------------
frederick-vs-ja wrote:

Done. But currently we haven't made any other C++17/20/23-removed components restorable in standard library modules. Should we do this later?

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


More information about the libcxx-commits mailing list