Stack trace code currently only exists on Windows. This should probably be cross-platform. Options:
std::basic_stacktrace. C++23 and above(currently we are at C++20)
boost stacktrace. Cross-platform, forms the basis of std::basic_stactrace
- libunwind
see: #73
Stack trace code currently only exists on Windows. This should probably be cross-platform. Options:
std::basic_stacktrace. C++23 and above(currently we are at C++20)boost stacktrace. Cross-platform, forms the basis ofstd::basic_stactracesee: #73