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.
2 parents cf08f25 + c7ff8cb commit 231960dCopy full SHA for 231960d
README.md
@@ -173,6 +173,8 @@ Cpptrace provides functionality beyond what the standard library provides and wh
173
- Resolving function parameter types
174
- Providing traced exception objects
175
- Providing an API for signal-safe stacktrace generation
176
+- Providing a way to retrieve stack traces from arbitrary exceptions, not just special cpptrace traced exception
177
+ objects. This is a feature coming to C++26, but cpptrace provides a solution for C++11.
178
179
## What does cpptrace have over other C++ stacktrace libraries?
180
0 commit comments