14 Feb
2022
14 Feb
'22
3:45 p.m.
Vinnie Falco wrote:
On Sun, Feb 13, 2022 at 1:44 PM Peter Dimov via Boost
wrote: Recommendation one: add source_location default arguments to your throwing functions so that the information logged at the catch site points to the call that threw.
I am less excited about changing the signatures of all public functions. I thought that BOOST_THROW_EXCEPTION attached a stack trace to the exception?
No, it doesn't attach a stack trace.