[Interest] Qt 5.5.0 WebEngine module with MSVC2010

Thiago Macieira thiago.macieira at intel.com
Sun Oct 25 19:11:28 CET 2015


On Sunday 25 October 2015 14:35:54 Volker Enderlein wrote:
> I expect that with the recent change of the Visual Studio release model 
> Microsoft is including the missing features of the C++11 and C++14 
> standards way faster than they would have done before.

Indeed. But with even Visual Studio 2015 isn't feature-complete with C++11.

GCC reached that with 4.8.1 in 2013. Clang also reached it in 2013.

If you want good C++11 support on Windows, please use the Intel compiler. It 
reached feature-complete in 2014. Unfortunately, we realised that the standard 
library that comes with MSVC did not, so we had to disable some features. Some 
others (rvalue refs) are disabled due to binary compatibility with MSVC.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center




More information about the Interest mailing list