mirror of
https://github.com/boostorg/stacktrace.git
synced 2026-07-22 13:43:49 +00:00
d1b7a61353
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.