boostorg / stacktrace

C++ library for storing and printing backtraces.
https://boost.org/libs/stacktrace
422 stars 69 forks source link

Documentation example call `std::stacktrace::from_current_exception()` rather than `boost::` #158

Closed xbreak closed 4 months ago

xbreak commented 5 months ago

https://github.com/boostorg/stacktrace/blob/a33e198cf660c213e700d6f050a4641b74ea880a/doc/stacktrace.qbk#L166

apolukhin commented 4 months ago

Many thanks for the report!