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
@ -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