summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2017-02-20 13:50:35 +0100
committerMarc Mutz <marc.mutz@kdab.com>2017-02-22 09:21:57 +0000
commit7c647edae928d27343b64b5e0f0805920b754110 (patch)
tree350e3fd0db42c9db18632e9a059b73a32a4dafa8 /src/corelib/thread
parent19085350fb3b9de89a4c3e5a6c1c7bbb2a43c324 (diff)
QTypeInfo: don't treat enums and (extended) integral types as complex
We fully specialize QTypeInfo for most C++ built-in types, but enums and extended integral types (like GCC's int128_t) were not covered. Now that we depend on <type_traits>, we can stop pessimizing enums and extended integral types in QVector and QVLA by defaulting QTypeInfo::isComplex to true for such types. Fix a test that checked that enums were complex types. This should have been a XFAIL test. Enums are not complex types. Change-Id: Ibb0fb38cc83e980a428b5573d1db5666593418ae Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
Diffstat (limited to 'src/corelib/thread')
0 files changed, 0 insertions, 0 deletions