tmp/tmpirkdx2p1/{from.md → to.md}
RENAMED
|
@@ -44,13 +44,12 @@ value.
|
|
| 44 |
[[noreturn]] void terminate() noexcept;
|
| 45 |
```
|
| 46 |
|
| 47 |
*Remarks:* Called by the implementation when exception handling must be
|
| 48 |
abandoned for any of several reasons ([[except.terminate]]), in effect
|
| 49 |
-
immediately after
|
| 50 |
-
|
| 51 |
-
by the program.
|
| 52 |
|
| 53 |
*Effects:* Calls the current `terminate_handler` function. A default
|
| 54 |
`terminate_handler` is always considered a callable handler in this
|
| 55 |
context.
|
| 56 |
|
|
|
|
| 44 |
[[noreturn]] void terminate() noexcept;
|
| 45 |
```
|
| 46 |
|
| 47 |
*Remarks:* Called by the implementation when exception handling must be
|
| 48 |
abandoned for any of several reasons ([[except.terminate]]), in effect
|
| 49 |
+
immediately after throwing the exception. May also be called directly by
|
| 50 |
+
the program.
|
|
|
|
| 51 |
|
| 52 |
*Effects:* Calls the current `terminate_handler` function. A default
|
| 53 |
`terminate_handler` is always considered a callable handler in this
|
| 54 |
context.
|
| 55 |
|