[Development] std::atomic
Thiago Macieira
thiago.macieira at intel.com
Thu Oct 20 22:43:39 CEST 2016
Em quinta-feira, 20 de outubro de 2016, às 17:28:39 PDT, Philippe escreveu:
> std::atomic is used as underlying implementation for the the Qt atomic
> API with CLang on Mac.
> But why not with Visual Studio 2015? You will certainly mention some bug,
> but then where is the problem? (shortly)
Because the Microsoft compiler does not support constexpr properly. See
https://connect.microsoft.com/VisualStudio/feedback/details/2011648
I haven't tested Update 3 to see if that is fixed.
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel Open Source Technology Center
More information about the Development
mailing list