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.
Add a Comment
Comments are closed.