tmp/tmpk24rqrbs/{from.md → to.md}
RENAMED
|
@@ -1,9 +1,11 @@
|
|
| 1 |
### General <a id="except.special.general">[[except.special.general]]</a>
|
| 2 |
|
| 3 |
The function `std::terminate` [[except.terminate]] is used by the
|
| 4 |
exception handling mechanism for coping with errors related to the
|
| 5 |
exception handling mechanism itself. The function
|
| 6 |
-
`std::
|
|
|
|
|
|
|
| 7 |
`std::nested_exception` [[except.nested]] can be used by a program to
|
| 8 |
capture the currently handled exception.
|
| 9 |
|
|
|
|
| 1 |
### General <a id="except.special.general">[[except.special.general]]</a>
|
| 2 |
|
| 3 |
The function `std::terminate` [[except.terminate]] is used by the
|
| 4 |
exception handling mechanism for coping with errors related to the
|
| 5 |
exception handling mechanism itself. The function
|
| 6 |
+
`std::uncaught_exceptions` [[uncaught.exceptions]] reports how many
|
| 7 |
+
exceptions are uncaught in the current thread. The function
|
| 8 |
+
`std::current_exception` [[propagation]] and the class
|
| 9 |
`std::nested_exception` [[except.nested]] can be used by a program to
|
| 10 |
capture the currently handled exception.
|
| 11 |
|