diff options
author | Thiago Macieira <[email protected]> | 2025-03-13 08:35:47 -0700 |
---|---|---|
committer | Marc Mutz <[email protected]> | 2025-03-17 21:56:50 +0000 |
commit | 1a580ca2a9094e0de295eaca75dd00f0cc257126 (patch) | |
tree | c2e16a07d6b4dfc41e450618f61d96c9d86430dd /src/network/socket/qnativesocketengine_unix.cpp | |
parent | e15ef96bcb59de31937881b8e901f94bcf98355a (diff) |
qHashMulti*: use the seed argument in the template and noexcept traits
This shouldn't change support for existing types in Qt 6, because we
have a catch-all that calls qHash(t) and XORs the seed in. Come Qt 7,
that changes of course.
[ChangeLog][QtCore][QHash] Fixed an issue that caused qHashMulti() and
qHashMultiCommutative() to fail to compile if used with a type that
provided the required 2-argument qHash() function without providing a
default seed.
Task-number: QTBUG-126659
Fixes: QTBUG-134683
Task-number: QTBUG-134690
Change-Id: Ife742fdbd53c7bd12652fffd70f35db250db2027
Reviewed-by: Marc Mutz <[email protected]>
Diffstat (limited to 'src/network/socket/qnativesocketengine_unix.cpp')
0 files changed, 0 insertions, 0 deletions