From Jason Turner

[uncaught.exceptions]

Diff to HTML by rtfpessoa

tmp/tmpkskj9jvt/{from.md → to.md} RENAMED
@@ -1,11 +1,12 @@
1
  ### `uncaught_exceptions` <a id="uncaught.exceptions">[[uncaught.exceptions]]</a>
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
 
 
1
  ### `uncaught_exceptions` <a id="uncaught.exceptions">[[uncaught.exceptions]]</a>
2
 
3
  ``` cpp
4
+ constexpr int uncaught_exceptions() noexcept;
5
  ```
6
 
7
+ *Returns:* The number of uncaught exceptions [[except.throw]] in the
8
+ current thread.
9
 
10
  *Remarks:* When `uncaught_exceptions() > 0`, throwing an exception can
11
  result in a call of the function `std::terminate` [[except.terminate]].
12