* Reinstate GenericsHash as default hash

git-svn-id: trunk@39358 -
This commit is contained in:
michael 2018-07-01 21:21:39 +00:00
parent b70fc52874
commit da249dacdd

View File

@ -955,7 +955,7 @@ type
class procedure GetHashList(AKey: Pointer; ASize: SizeInt; AHashList: PUInt32; AOptions: TGetHashListOptions = []); override;
end;
TDefaultHashFactory = TDelphiQuadrupleHashFactory;
TDefaultHashFactory = TGenericsHashFactory;
TDefaultGenericInterface = (giComparer, giEqualityComparer, giExtendedEqualityComparer);