qt5base-lts/tests/auto/corelib/thread/qatomicinteger
Giuseppe D'Angelo 3e1d03b1ea Port Q_STATIC_ASSERT(_X) to static_assert
There is no reason for keep using our macro now that we have C++17.
The macro itself is left in for the moment being, as well as its
detection logic, because it's needed for C code (not everything
supports C11 yet).  A few more cleanups will arrive in the next few
patches.

Note that this is a mere search/replace; some places were using
double braces to work around the presence of commas in a macro, no
attempt has been done to fix those.

tst_qglobal had just some minor changes to keep testing the macro.

Change-Id: I1c1c397d9f3e63db3338842bf350c9069ea57639
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
2020-06-19 19:38:23 +02:00
..
char cmake: add more tests in corelib/thread 2019-10-04 06:27:19 +00:00
char16_t cmake: add more tests in corelib/thread 2019-10-04 06:27:19 +00:00
char32_t cmake: add more tests in corelib/thread 2019-10-04 06:27:19 +00:00
int cmake: add more tests in corelib/thread 2019-10-04 06:27:19 +00:00
long cmake: add more tests in corelib/thread 2019-10-04 06:27:19 +00:00
qlonglong cmake: add more tests in corelib/thread 2019-10-04 06:27:19 +00:00
qptrdiff cmake: add more tests in corelib/thread 2019-10-04 06:27:19 +00:00
quintptr cmake: add more tests in corelib/thread 2019-10-04 06:27:19 +00:00
qulonglong cmake: add more tests in corelib/thread 2019-10-04 06:27:19 +00:00
schar cmake: add more tests in corelib/thread 2019-10-04 06:27:19 +00:00
short cmake: add more tests in corelib/thread 2019-10-04 06:27:19 +00:00
uchar cmake: add more tests in corelib/thread 2019-10-04 06:27:19 +00:00
uint cmake: add more tests in corelib/thread 2019-10-04 06:27:19 +00:00
ulong cmake: add more tests in corelib/thread 2019-10-04 06:27:19 +00:00
ushort cmake: add more tests in corelib/thread 2019-10-04 06:27:19 +00:00
wchar_t cmake: add more tests in corelib/thread 2019-10-04 06:27:19 +00:00
CMakeLists.txt cmake: add more tests in corelib/thread 2019-10-04 06:27:19 +00:00
qatomicinteger.pri Remove all the atomic code besides MSVC and std::atomic 2016-01-19 23:41:52 +00:00
qatomicinteger.pro Remove all the atomic code besides MSVC and std::atomic 2016-01-19 23:41:52 +00:00
tst_qatomicinteger.cpp Port Q_STATIC_ASSERT(_X) to static_assert 2020-06-19 19:38:23 +02:00