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 _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest