Skip to content

Commit 231960d

Browse files
committed
Merge branch 'main' into dev
2 parents cf08f25 + c7ff8cb commit 231960d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,8 @@ Cpptrace provides functionality beyond what the standard library provides and wh
173173
- Resolving function parameter types
174174
- Providing traced exception objects
175175
- 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.
176178

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

0 commit comments

Comments
 (0)