Skip to content

Commit

Permalink
Add a bullet point about traces from exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-rifkin committed Aug 30, 2024
1 parent 9a7bd8f commit c7ff8cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@ Cpptrace provides functionality beyond what the standard library provides and wh
- Resolving function parameter types
- 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.

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

Expand Down

0 comments on commit c7ff8cb

Please sign in to comment.