diff --git a/src/frontend/arm_types.h b/src/frontend/arm_types.h index dc68482b..e37c542b 100644 --- a/src/frontend/arm_types.h +++ b/src/frontend/arm_types.h @@ -128,7 +128,7 @@ private: struct LocationDescriptorHash { size_t operator()(const LocationDescriptor& x) const { - return static_cast(x.UniqueHash()); + return std::hash()(x.UniqueHash()); } };