qt5base-lts/tests/auto/corelib/global/qglobalstatic
Thiago Macieira 3aa5ef2ea9 Disable thread-safe statics for MSVC 2015: they're broken
An object that throws in its constructor cannot be reentered. This
violates both C++11 and C++98. It's also a regression from MSVC 2013.

The unit test is renamed to indicate what it really does, as opposed to
a misleading name that was probably a "thinko" on my part.

Task-number: QTBUG-47224
Change-Id: Ib306f8f647014b399b87ffff13f132436d0578ef
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
2015-07-16 08:28:07 +00:00
..
qglobalstatic.pro Add CONFIG += testcase to test qglobalstatic. 2015-05-22 04:37:52 +00:00
tst_qglobalstatic.cpp Disable thread-safe statics for MSVC 2015: they're broken 2015-07-16 08:28:07 +00:00