mirror of
https://github.com/boostorg/stacktrace.git
synced 2026-01-20 05:02:29 +00:00
std::current_exception() makes a copy of current exception object into returned std::exception_ptr. So the tracking of the original exception object and its stacktrace are lost.