Fixed:
- Fixed compile error on msvc #215
Added:
- Added
cpptrace::can_get_safe_object_frame()
Breaking changes:
- Renamed ctrace's
can_signal_safe_unwind
toctrace_can_signal_safe_unwind
. This was an oversight. Apologies for
including a breaking change in a patch release. Github code search suggests this API isn't used in public code, at
least.
Other:
- Added CI workflow to test on old msvc
- Made some internal improvements on robustness and cleanliness