From Jason Turner

[terminate.handler]

Diff to HTML by rtfpessoa

tmp/tmpi14g5u1f/{from.md → to.md} RENAMED
@@ -1,9 +1,9 @@
1
  #### Type `terminate_handler` <a id="terminate.handler">[[terminate.handler]]</a>
2
 
3
  ``` cpp
4
- typedef void (*terminate_handler)();
5
  ```
6
 
7
  The type of a *handler function* to be called by `std::terminate()` when
8
  terminating exception processing.
9
 
 
1
  #### Type `terminate_handler` <a id="terminate.handler">[[terminate.handler]]</a>
2
 
3
  ``` cpp
4
+ using terminate_handler = void (*)();
5
  ```
6
 
7
  The type of a *handler function* to be called by `std::terminate()` when
8
  terminating exception processing.
9