mirror of
https://github.com/boostorg/stacktrace.git
synced 2026-01-25 06:42:17 +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.