[libcxx-commits] [libcxx] [libc++] Remove and deprecate `uncaught_exception` (PR #101830)
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Aug 3 08:27:47 PDT 2024
================
@@ -44,6 +44,9 @@ Implemented Papers
Improvements and New Features
-----------------------------
+- The ``_LIBCPP_ENABLE_CXX20_REMOVED_UNCAUGHT_EXCEPTION`` macro has been added to make ``std::uncaught_exception``
+ available.
+
- TODO
----------------
mordante wrote:
```suggestion
- The ``_LIBCPP_ENABLE_CXX20_REMOVED_UNCAUGHT_EXCEPTION`` macro has been added to make ``std::uncaught_exception``
available.
```
https://github.com/llvm/llvm-project/pull/101830
More information about the libcxx-commits
mailing list