From 46069760c66de562db7f67988a9c6a0c098324e2 Mon Sep 17 00:00:00 2001 From: Jeremy <51220084+jeremy-rifkin@users.noreply.github.com> Date: Sun, 4 Feb 2024 14:18:13 -0600 Subject: [PATCH] Fix a readme editing error, somehow I cropped a paragraph --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ad32522..d6eee71 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,9 @@ Some day C++23's `` 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 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