From Jason Turner

[stacktrace.general]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmpcjsnlwb9/{from.md → to.md} +15 -0
tmp/tmpcjsnlwb9/{from.md → to.md} RENAMED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ### General <a id="stacktrace.general">[[stacktrace.general]]</a>
2
+
3
+ Subclause [[stacktrace]] describes components that C++ programs may use
4
+ to store the stacktrace of the current thread of execution and query
5
+ information about the stored stacktrace at runtime.
6
+
7
+ The *invocation sequence* of the current evaluation x₀ in the current
8
+ thread of execution is a sequence (x₀, …, xₙ) of evaluations such that,
9
+ for i ≥ 0, xᵢ is within the function invocation xᵢ₊₁
10
+ [[intro.execution]].
11
+
12
+ A *stacktrace* is an approximate representation of an invocation
13
+ sequence and consists of stacktrace entries. A *stacktrace entry*
14
+ represents an evaluation in a stacktrace.
15
+