Skip to content

Commit 9aaf9fb

Browse files
authored
Update README.md FAQ about C++23 stacktrace (#295)
The stacktrace-from-exceptions feature is not in C++26.
1 parent 787d8af commit 9aaf9fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1727,7 +1727,8 @@ Cpptrace provides functionality beyond what the standard library provides and wh
17271727
- Providing traced exception objects
17281728
- Providing an API for signal-safe stacktrace generation
17291729
- 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.
1730+
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.
17311732

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

0 commit comments

Comments
 (0)