Skip to content

Commit e761323

Browse files
committed
Add note about stack decoding
1 parent 91d0631 commit e761323

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stacktrace.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ <h2>III. Design Decisions</h2>
9090
<p>The design is based on Boost.Stacktrace, an popular library that does not depend on any non-standard library components and provides the STD-like interface.</p>
9191
<p>Note about signal safety: we can't offer the proposal which could be signal-safe on any platform because it's not possible to implement. <!-- add note about custom allocator? --></p>
9292
<p>The stack frame sequence is stored inside the <code>basic_stacktrace</code> class, the one stack frame is stored inside the <code>frame</code> class.</p>
93+
<p>Note: the proposed classes decode stack only on user request. No implicit stack decoding.</p>
9394

9495
<h3><code>basic_stacktrace</code> constructors</h3>
9596
<h4><code>basic_stacktrace() noexcept;</code></h4>

0 commit comments

Comments
 (0)