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 _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
