[Development] Allowing event delivery prior to and after QCoreApplication

Thiago Macieira thiago.macieira at intel.com
Thu Apr 16 18:11:08 CEST 2015


On Thursday 16 April 2015 11:25:29 Julien Cugnière wrote:
> 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.

I am.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center




More information about the Development mailing list