On Friday 22 January 2016 11:26:55 Bogdan Vatra wrote:
> AFAIK C++11/14 compilers have zero-cost exception, so, is there any reason
> why  not start using them in Qt 6.0 ?

Yes. There's a couple of man-decades worth of work to make entire Qt thread-
safe. Then there's the whole discussion about what to do in OOM situations and 
whether we can even reliably detect them, which I won't rehash here.

If you meant it restricted to a few classes, like containers, that's 
achievable within one year. If we decide to do that, to make it truly useful 
we probably should extend to all value-type classes, like QString and 
QNetworkProxy.
-- 
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

Reply via email to