qt5base-lts/examples/corelib
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
..
ipc Merge remote-tracking branch 'origin/5.15' into dev 2020-02-13 18:31:40 +01:00
mimetypes Regenerate examples 2020-02-04 18:50:39 +00:00
serialization Port Q_STATIC_ASSERT(_X) to static_assert 2020-06-19 19:38:23 +02:00
threads Replace calls to deprecated QEvent accessor functions 2020-06-08 19:11:51 +02:00
tools Merge remote-tracking branch 'origin/5.15' into dev 2020-03-03 14:13:02 +01:00
CMakeLists.txt Allow to build examples as standalone project 2019-06-05 12:53:28 +00:00
corelib.pro threads: disable threads examples for nothread builds 2018-12-10 05:36:08 +00:00