C++ Logo

std-proposals

Advanced search

Re: [std-proposals] Standard Library assistance in logging of all exceptions

From: Sebastian Wittmeier <wittmeier_at_[hidden]>
Date: Wed, 28 Feb 2024 23:26:30 +0100
If you want a callback for exceptions thrown, write a small routine, and register it as debugger of your program. So now every time an exception is thrown, the 'throw handler' is called before the exception is thrown.

Received on 2024-02-28 22:26:32