mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
slight change to how we declare our qHash overload for CValueObject,
which fixes some include order dependency shenanigans when compiling with GCC, which was caused by the requirement to overload qHash for CCollection and the way qHash interacts with the dreaded two-phase lookup for C++ templates refs #81
This commit is contained in:
@@ -175,8 +175,3 @@ namespace BlackMisc
|
||||
return argument;
|
||||
}
|
||||
}
|
||||
|
||||
uint qHash(const BlackMisc::CValueObject &value)
|
||||
{
|
||||
return value.getValueHash();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user