qt5base-lts/tests/auto/corelib/global
Marc Mutz ab55f9f39b Q_STATIC_ASSERT: use __COUNTER__ instead of __LINE__ if the compiler supports it
When using __LINE__ to construct unique names, use of Q_STATIC_ASSERT
is limited to one instance per line of code. On compilers that support
__COUNTER__ (GCC and MSVC, probably others), we can get around that
limitation by using that one to always get a new unique number, so
use it.

Change-Id: I89bcfaa32376b7a665f03e4275e89b13fa3e650d
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2013-09-22 10:32:42 +02:00
..
q_func_info Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qflags Make QFlags enum flags (C++11 strict enums) friendly 2013-05-09 12:17:59 +02:00
qgetputenv Add qunsetenv(), next to qputenv() and friends. 2013-02-07 01:22:40 +01:00
qglobal Q_STATIC_ASSERT: use __COUNTER__ instead of __LINE__ if the compiler supports it 2013-09-22 10:32:42 +02:00
qglobalstatic Fix Q_GLOBAL_STATIC support for exceptions 2013-02-28 23:43:46 +01:00
qlogging Add QT_NO_PROCESS guards in tests where they are missing 2013-09-03 08:42:24 +02:00
qnumeric Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qrand Whitespace cleanup: remove trailing whitespace 2013-03-16 20:22:50 +01:00
qtendian Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
global.pro Enable QGlobalStatic autotest. 2013-02-28 23:43:50 +01:00