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 _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
