саров
Gesendet: Donnerstag, 18. März 2021 16:04
An: Qt development mailing list
Betreff: [Development] QHash references stability in Qt6
Hello, when porting Qbs to Qt6 I’ve noticed a lot of bugs/crashes when using
QHash. With Qt5 that was never a problem and simple change QHash ->
std::unord
Hello, when porting Qbs to Qt6 I’ve noticed a lot of bugs/crashes when using
QHash. With Qt5 that was never a problem and simple change QHash ->
std::unordered_map fixes those.
From what I understood all affected places rely on the fact that QHash in Qt5
(as well as std::unordered_map) guarante