[Development] Fwd: [webkit-dev] Heads-up: C++11 and WebKit2
Olivier Goffart
olivier at woboq.com
Wed Mar 6 11:10:04 CET 2013
On Wednesday 06 March 2013 11:00:09 Simon Hausmann wrote:
> Hi,
>
> FYI, the QML 2 integration of WebKit is going to require some C++11 support
> in the compiler side in the future. As far as I can see this "future" would
> be Qt 5.2 at the earliest. Qt 5.0 and Qt 5.1 are not affected at this
> point.
Which features of C++11 exactly are going to be required?
C++11 introduces a lot of changes, and each compilers implement a different
subset of it.
We need to see which feature are used and stop supporting compilers that do
not support them. (Or rather, decide which compiler we want to support, and
see which feature we can then use)
I'm all for requiring basic C++11 support with Qt5.2.
That mean we could finaly use 'auto' and lambda functions.
--
Olivier
Woboq - Qt services and support - http://woboq.com - http://code.woboq.org
More information about the Development
mailing list