tmp/tmp17ql67al/{from.md → to.md}
RENAMED
|
@@ -2,17 +2,17 @@
|
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
[[noreturn]] void terminate() noexcept;
|
| 5 |
```
|
| 6 |
|
| 7 |
-
*Remarks:* Called by the implementation when exception handling must be
|
| 8 |
-
abandoned for any of several reasons [[except.terminate]]. May also be
|
| 9 |
-
called directly by the program.
|
| 10 |
-
|
| 11 |
*Effects:* Calls a `terminate_handler` function. It is unspecified which
|
| 12 |
`terminate_handler` function will be called if an exception is active
|
| 13 |
during a call to `set_terminate`. Otherwise calls the current
|
| 14 |
`terminate_handler` function.
|
| 15 |
|
| 16 |
[*Note 1*: A default `terminate_handler` is always considered a
|
| 17 |
callable handler in this context. — *end note*]
|
| 18 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
[[noreturn]] void terminate() noexcept;
|
| 5 |
```
|
| 6 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
*Effects:* Calls a `terminate_handler` function. It is unspecified which
|
| 8 |
`terminate_handler` function will be called if an exception is active
|
| 9 |
during a call to `set_terminate`. Otherwise calls the current
|
| 10 |
`terminate_handler` function.
|
| 11 |
|
| 12 |
[*Note 1*: A default `terminate_handler` is always considered a
|
| 13 |
callable handler in this context. — *end note*]
|
| 14 |
|
| 15 |
+
*Remarks:* Called by the implementation when exception handling must be
|
| 16 |
+
abandoned for any of several reasons [[except.terminate]]. May also be
|
| 17 |
+
called directly by the program.
|
| 18 |
+
|