From Jason Turner

[terminate]

Diff to HTML by rtfpessoa

tmp/tmp7m3isy8y/{from.md → to.md} RENAMED
@@ -3,12 +3,12 @@
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
9
- be 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.
 
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.