Skip to content

Commit 02a5120

Browse files
authored
Update README.md
add issues stub section
1 parent 341c6e8 commit 02a5120

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# Proposal to add a stack trace to C++
2-
2+
<!-- todo: make it like http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0275r0.html -->
33
## The problem
4-
<!-- motivation ?? -->
4+
<!-- motivation: too hard for users -->
55
<!-- todo: define a problem like: sometimes developers need to view the stack trace. Stack is the ..., stack trace is the...-->
66
The problem defined is available on this link: (https://stdcpp.ru/proposals/19b28afa-bc73-4d8f-a7c8-c5723b544ecc)
77

88
## The solution
99
the solution is to add the stack trace classes into the Standard C++ Library, based on the https://github.com/apolukhin/stacktrace library
1010

11+
## Issues
12+
<!-- noexcept ctor, no caching -->
1113
## References

0 commit comments

Comments
 (0)