[Development] What kind of airplane we want to build?
Thiago Macieira
thiago.macieira at intel.com
Fri Jan 22 17:53:27 CET 2016
On Friday 22 January 2016 13:56:32 Konstantin Tokarev wrote:
> Yeah, but compiler cannot perform some optimizations even when your code
> does not throw anything, just because exceptions are enabled, if it does
> not know for sure that called code may not throw.
We've been plastering our API with Q_DECL_NOTHROW. Special thanks to Marc on
this.
We also asked the C++ std discussion about noexcept(auto) but it's gone
nowhere so far.
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel Open Source Technology Center
More information about the Development
mailing list