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 787d8af commit 9aaf9fbCopy full SHA for 9aaf9fb
README.md
@@ -1727,7 +1727,8 @@ Cpptrace provides functionality beyond what the standard library provides and wh
1727
- Providing traced exception objects
1728
- Providing an API for signal-safe stacktrace generation
1729
- Providing a way to retrieve stack traces from arbitrary exceptions, not just special cpptrace traced exception
1730
- objects. This is a feature coming to C++26, but cpptrace provides a solution for C++11.
+ objects. This is a feature that has been proposed for a future version of the C++ standard,
1731
+ but cpptrace provides a solution for C++11.
1732
1733
## What does cpptrace have over other C++ stacktrace libraries?
1734
0 commit comments