diff --git a/.bazelrc b/.bazelrc index 503182d..4650ed7 100644 --- a/.bazelrc +++ b/.bazelrc @@ -1,3 +1,3 @@ test --strip=never test --test_output=all -test --copt=-g \ No newline at end of file +test --copt=-g diff --git a/.gitignore b/.gitignore index 2cd6436..66d7af3 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,4 @@ __pycache__ scratch .vscode tmp -bazel-* \ No newline at end of file +bazel-* diff --git a/README.md b/README.md index 8bd211b..24ea0c6 100644 --- a/README.md +++ b/README.md @@ -754,6 +754,7 @@ namespace cpptrace { lazy_trace_holder& operator=(lazy_trace_holder&& other) noexcept; ~lazy_trace_holder(); // access + const raw_trace& get_raw_trace() const; stacktrace& get_resolved_trace(); const stacktrace& get_resolved_trace() const; // throws if not already resolved private: