N4152: uncaught_exceptions -- Herb Sutter
A new WG21 paper is available. If you are not a committee member, please use the comments section below or the std-proposals forum for public discussion.
Document number: N4152
Date: 2014-09-30
uncaught_exceptions
by Herb Sutter
Excerpt:
This paper is a revision of N3614 to implement EWG direction in Bristol.
...
This paper proposes a new function int
std::uncaught_exceptions()that returns the number of exceptions currently active, meaning thrown or rethrown but not yet handled.

A widely-used C++ program you might never have heard of: Physicists and other scientists use the GEANT4 toolkit to identify problems before they occur.
On Sticky Bits:
We don't normally link to pleas to
From the CppCon blog: