From Jason Turner

[terminate]

Diff to HTML by rtfpessoa

tmp/tmptkw9oyko/{from.md → to.md} RENAMED
@@ -4,13 +4,12 @@
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]]), in effect
9
- immediately after evaluating the
10
- *throw-expression* ([[terminate.handler]]). May also be called directly
11
- by the program.
12
 
13
  *Effects:* Calls the current `terminate_handler` function. A default
14
  `terminate_handler` is always considered a callable handler in this
15
  context.
16
 
 
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]]), in effect
9
+ immediately after throwing the exception. May also be called directly by
10
+ the program.
 
11
 
12
  *Effects:* Calls the current `terminate_handler` function. A default
13
  `terminate_handler` is always considered a callable handler in this
14
  context.
15