Yes, signal/slot connections between user code should IMO still be able to pass through exceptions. I am afraid removing that will break code that's out there.
Cheers, Lars On 10/1/13 9:31 PM, "Hausmann Simon" <[email protected]> wrote: > >Hmm question - certainly worth it for sjlj platforms like 32-bit ios. > > >One thing I'd love to see is the ability to throw exceptions through >meta-call invocations (would be useful for qml, which uses exceptions) > > >Simon > > > >Fra: Thiago Macieira >Sendt: 21:20 tirsdag 1. oktober 2013 >Til: [email protected] >Emne: [Development] Disabling exception support in QtCore? > > > > >Since we decided to roll back support for exceptions in our container >classes, > >the only thing that currently needs exception support is the mainloop >allowing >std::bad_alloc through. > >Is it worth it? > >Should we disable exceptions in QtCore? > >-- >Thiago Macieira - thiago.macieira (AT) intel.com > Software Architect - Intel Open Source Technology Center > > > >_______________________________________________ >Development mailing list >[email protected] >http://lists.qt-project.org/mailman/listinfo/development _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
