From Jason Turner

[uncaught.exceptions]

Diff to HTML by rtfpessoa

tmp/tmpe78vhsg6/{from.md → to.md} RENAMED
@@ -2,11 +2,10 @@
2
 
3
  ``` cpp
4
  int uncaught_exceptions() noexcept;
5
  ```
6
 
7
- *Returns:* The number of uncaught exceptions ([[except.uncaught]]).
8
 
9
  *Remarks:* When `uncaught_exceptions() > 0`, throwing an exception can
10
- result in a call of
11
- `std::terminate()` ([[except.terminate]]).
12
 
 
2
 
3
  ``` cpp
4
  int uncaught_exceptions() noexcept;
5
  ```
6
 
7
+ *Returns:* The number of uncaught exceptions [[except.uncaught]].
8
 
9
  *Remarks:* When `uncaught_exceptions() > 0`, throwing an exception can
10
+ result in a call of the function `std::terminate` [[except.terminate]].
 
11