tmp/tmpd9lwrzta/{from.md → to.md}
RENAMED
|
@@ -5,10 +5,10 @@ terminate_handler set_terminate(terminate_handler f) noexcept;
|
|
| 5 |
```
|
| 6 |
|
| 7 |
*Effects:* Establishes the function designated by `f` as the current
|
| 8 |
handler function for terminating exception processing.
|
| 9 |
|
|
|
|
|
|
|
| 10 |
*Remarks:* It is unspecified whether a null pointer value designates the
|
| 11 |
default `terminate_handler`.
|
| 12 |
|
| 13 |
-
*Returns:* The previous `terminate_handler`.
|
| 14 |
-
|
|
|
|
| 5 |
```
|
| 6 |
|
| 7 |
*Effects:* Establishes the function designated by `f` as the current
|
| 8 |
handler function for terminating exception processing.
|
| 9 |
|
| 10 |
+
*Returns:* The previous `terminate_handler`.
|
| 11 |
+
|
| 12 |
*Remarks:* It is unspecified whether a null pointer value designates the
|
| 13 |
default `terminate_handler`.
|
| 14 |
|
|
|
|
|
|