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.
Simon
--- Begin Message ---Hello everyone, Some time ago we started using C++11 in the Mac port of WebKit2. In the near future we’re going to expand our use of C++11 in the WebKit2 codebase. Specifically, we’d like to make use of rvalue references and move semantics in our IPC code to avoid needlessly copying data and to give some serializable objects (such as Mach ports) better semantics. If you’re a port that is building WebKit2, you're probably already building with a compiler that supports rvalue references; according to http://wiki.apache.org/stdcxx/C%2B%2B0xCompilerSupport, support for move semantics exists in Visual Studio 2010 and later, as well as GCC 4.3 and later (and any reasonable modern version of clang). - Anders _______________________________________________ webkit-dev mailing list [email protected] https://lists.webkit.org/mailman/listinfo/webkit-dev
--- End Message ---
_______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
