[Development] Allowing event delivery prior to and after QCoreApplication
Julien Cugnière
julien.cugniere at gmail.com
Thu Apr 16 11:25:29 CEST 2015
2015-04-16 1:30 GMT+02:00 Thiago Macieira <thiago.macieira at intel.com>:
> My idea is to provide you with the ability to:
> - decide whether to catch or not
> - supply a handler that will be called if an exception is caught
> - decide whether a caught exception resumes execution or aborts the
> application (after your handler)
>
> If you need access to the exception itself, you can use the C++ runtime to get
> it.
Are you talking about std::exception_ptr and std::current_exception ?
AFAIK that's C++11, but I'm fine with it.
More information about the Development
mailing list