Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1727,7 +1727,8 @@ Cpptrace provides functionality beyond what the standard library provides and wh
- Providing traced exception objects
- Providing an API for signal-safe stacktrace generation
- Providing a way to retrieve stack traces from arbitrary exceptions, not just special cpptrace traced exception
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,
but cpptrace provides a solution for C++11.

## What does cpptrace have over other C++ stacktrace libraries?

Expand Down
Loading