On Monday 29 June 2015 13:02:42 Thiago Macieira wrote: > > Since MSVC doesn't support it we can't rely on this feature in > > cross-platform Qt code (maybe only in QPA code). > > Correct.
Also, it's one of the C++11 features. It's tracked as Q_COMPILER_THREADSAFE_STATICS and is supported in MSVC since 2015. -- 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
