We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 341c6e8 commit 02a5120Copy full SHA for 02a5120
README.md
@@ -1,11 +1,13 @@
1
# Proposal to add a stack trace to C++
2
-
+<!-- todo: make it like http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0275r0.html -->
3
## The problem
4
-<!-- motivation ?? -->
+<!-- motivation: too hard for users -->
5
<!-- todo: define a problem like: sometimes developers need to view the stack trace. Stack is the ..., stack trace is the...-->
6
The problem defined is available on this link: (https://stdcpp.ru/proposals/19b28afa-bc73-4d8f-a7c8-c5723b544ecc)
7
8
## The solution
9
the solution is to add the stack trace classes into the Standard C++ Library, based on the https://github.com/apolukhin/stacktrace library
10
11
+## Issues
12
+<!-- noexcept ctor, no caching -->
13
## References
0 commit comments