Fix a readme editing error, somehow I cropped a paragraph

This commit is contained in:
Jeremy 2024-02-04 14:18:13 -06:00
parent 8f9e8c5c1b
commit 46069760c6
No known key found for this signature in database
GPG Key ID: BE03111EB7ED6E2E

View File

@ -128,7 +128,9 @@ Some day C++23's `<stacktrace>` will be ubiquitous. And maybe one day the msvc i
The original motivation for cpptrace was to support projects using older C++ standards and as the library has grown its The original motivation for cpptrace was to support projects using older C++ standards and as the library has grown its
functionality has extended beyond the standard library's implementation. functionality has extended beyond the standard library's implementation.
Cpptrace also provides additional functionality including being able to Cpptrace also provides additional functionality including showing inlined function calls, allowing generation of
lightweight "raw traces" that can be resolved later, offering exception objects that embed a lightweight trace when
thrown, and providing an API for safe tracing from signal handlers.
# In-Depth Documentation # In-Depth Documentation