mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-03 05:49:35 +01:00
* Reinstate GenericsHash as default hash
git-svn-id: trunk@39358 -
This commit is contained in:
parent
b70fc52874
commit
da249dacdd
@ -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);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user