On Fri, Apr 5, 2013 at 4:24 AM, Thiago Macieira <[email protected]>wrote:
> > For Qt code, that is not relevant. We don't let exceptions travel through > Win32 kernel code and we do not interface with other C++ libraries that > throw > exceptions. We only call C code and we expect that code to behave under the > rules of C: no exceptions thrown. (except for cancellation points) > > However, that doesn't mean the user application's code doesn't do that. For > that reason, it's important that we provide them with a compiler that is as > fully-capable as possible. > -- > 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 > > Good to know Thanks
_______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
