qt5base-lts/tests/auto/other/compiler
Volker Hilsheimer 226a60baf5 Replace Q_ALIGNOF usage in qtbase with C++11 alignof keyword
The macro is not documented, so not part of the public Qt API. It is
made obsolete by the alignof keyword in C++11.

Remove the usage of the macro across qtbase, in particular the
workarounds for compilers that didn't support alignof, and that will
not be supported in Qt 6.

The macro definition is left in place, no need to break existing
code.

Task-number: QTBUG-76414
Change-Id: I1cfedcd4dd748128696cdfb546d97aae4f98c3da
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
2019-10-29 10:37:02 +01:00
..
.gitignore Moved autotests in category 'other' into new directory structure 2011-09-09 09:36:41 +02:00
baseclass.cpp Updated license headers 2016-01-21 18:55:18 +00:00
baseclass.h Updated license headers 2016-01-21 18:55:18 +00:00
compiler.pro Use qtConfig throughout in qtbase 2016-08-19 04:28:05 +00:00
derivedclass.cpp Updated license headers 2016-01-21 18:55:18 +00:00
derivedclass.h Updated license headers 2016-01-21 18:55:18 +00:00
othersource.cpp Updated license headers 2016-01-21 18:55:18 +00:00
tst_compiler.cpp Replace Q_ALIGNOF usage in qtbase with C++11 alignof keyword 2019-10-29 10:37:02 +01:00