Revert "arm_types: Don't use std::hash<u64>() for LocationDescriptorHash"
This reverts commit 519c714dbc4862d923460738c2a785fe876a9cb8.
This commit is contained in:
parent
519c714dbc
commit
b3743e9453
@ -128,7 +128,7 @@ private:
|
|||||||
|
|
||||||
struct LocationDescriptorHash {
|
struct LocationDescriptorHash {
|
||||||
size_t operator()(const LocationDescriptor& x) const {
|
size_t operator()(const LocationDescriptor& x) const {
|
||||||
return static_cast<size_t>(x.UniqueHash());
|
return std::hash<u64>()(x.UniqueHash());
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user