From Jason Turner

[except.special.general]

Diff to HTML by rtfpessoa

tmp/tmpgp0ity_f/{from.md → to.md} RENAMED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ ### General <a id="except.special.general">[[except.special.general]]</a>
2
+
3
+ The function `std::terminate` [[except.terminate]] is used by the
4
+ exception handling mechanism for coping with errors related to the
5
+ exception handling mechanism itself. The function
6
+ `std::current_exception()` [[propagation]] and the class
7
+ `std::nested_exception` [[except.nested]] can be used by a program to
8
+ capture the currently handled exception.
9
+