From Jason Turner

[handler.functions]

Diff to HTML by rtfpessoa

tmp/tmp9vrbwi5d/{from.md → to.md} RENAMED
@@ -1,9 +1,9 @@
1
  #### Handler functions <a id="handler.functions">[[handler.functions]]</a>
2
 
3
  The C++ standard library provides a default version of the following
4
- handler function (Clause  [[language.support]]):
5
 
6
  - `terminate_handler`
7
 
8
  A C++ program may install different handler functions during execution,
9
  by supplying a pointer to a function defined in the program or the
 
1
  #### Handler functions <a id="handler.functions">[[handler.functions]]</a>
2
 
3
  The C++ standard library provides a default version of the following
4
+ handler function [[support]]:
5
 
6
  - `terminate_handler`
7
 
8
  A C++ program may install different handler functions during execution,
9
  by supplying a pointer to a function defined in the program or the