Annex D (normative)
Compatibility features
[depr]
D.7
uncaught_exception
[depr.uncaught]
1
#
The header
<exception>
has the following addition:
namespace std { bool uncaught_exception() noexcept; }
bool uncaught_exception() noexcept;
2
#
Returns:
uncaught_exceptions() > 0
.