From Jason Turner

[get.terminate]

Diff to HTML by rtfpessoa

tmp/tmpki_e3r4h/{from.md → to.md} RENAMED
@@ -2,8 +2,9 @@
2
 
3
  ``` cpp
4
  terminate_handler get_terminate() noexcept;
5
  ```
6
 
7
- *Returns:* The current `terminate_handler`. This may be a null pointer
8
- value.
 
9
 
 
2
 
3
  ``` cpp
4
  terminate_handler get_terminate() noexcept;
5
  ```
6
 
7
+ *Returns:* The current `terminate_handler`.
8
+
9
+ [*Note 1*: This may be a null pointer value. — *end note*]
10