[Development] Qt LTS & C++11 plans

Thiago Macieira thiago.macieira at intel.com
Wed Jul 8 23:53:23 CEST 2015


On Wednesday 08 July 2015 13:42:12 Thiago Macieira wrote:
> So here's the plan:
> * Qt 5.6: will use std::atomic, if available
> * Qt 5.7: will use std::atomic unconditionally

Well, first snag: MSVC has no support for constexpr, so it won't work.

The above should read then:
* Qt 5.7: will use std::atomic unconditionally, except with MSVC

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




More information about the Development mailing list