Revert "arm_types: Don't use std::hash<u64>() for LocationDescriptorHash"
This reverts commit 519c714dbc
.
This commit is contained in:
parent
519c714dbc
commit
b3743e9453
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ private:
|
|||
|
||||
struct LocationDescriptorHash {
|
||||
size_t operator()(const LocationDescriptor& x) const {
|
||||
return static_cast<size_t>(x.UniqueHash());
|
||||
return std::hash<u64>()(x.UniqueHash());
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue