summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui
diff options
context:
space:
mode:
authorGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2021-05-19 10:37:24 +0200
committerGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2021-05-21 11:08:11 +0200
commitbf22f914410b37031acdf39ea8fef89cbbf2ca28 (patch)
tree6a6762b8c7f0542ce73b49f6b52ba54146818caf /tests/auto/gui
parent973700c54678803a2600dfa60112f29f15705197 (diff)
QFuture/QPromise: don't check for is_copy_constructible
The check is over-arching. is_move_constructible is sufficient; we don't have to support "ridiculous" types that are copiable but have deleted move operations (such types are fundamentally broken). This is in line with the Move* (legacy) named requirements. Change-Id: Idc7116b39013501b9be39628a4e7afd35fe15530 Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io> Reviewed-by: Sona Kurazyan <sona.kurazyan@qt.io> Reviewed-by: Andrei Golubev <andrei.golubev@qt.io> Reviewed-by: Ville Voutilainen <ville.voutilainen@qt.io>
Diffstat (limited to 'tests/auto/gui')
0 files changed, 0 insertions, 0 deletions