Fix a couple file endings and also make note of lazy_trace_holder::get_raw_trace in the readme
This commit is contained in:
parent
4dcfdf5281
commit
31ebb3ca23
2
.bazelrc
2
.bazelrc
@ -1,3 +1,3 @@
|
||||
test --strip=never
|
||||
test --test_output=all
|
||||
test --copt=-g
|
||||
test --copt=-g
|
||||
|
||||
2
.gitignore
vendored
2
.gitignore
vendored
@ -6,4 +6,4 @@ __pycache__
|
||||
scratch
|
||||
.vscode
|
||||
tmp
|
||||
bazel-*
|
||||
bazel-*
|
||||
|
||||
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user