Fix compile phmap failed in windows-arm64

This commit is contained in:
Force Charlie
2020-10-05 11:04:00 +08:00
parent 72beffb140
commit cb6702ad5f
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -65,6 +65,7 @@ public:
uint64_t l = umul128(operator()(), boundExcluded, &h);
return h;
#endif
return 0;
}
std::array<uint64_t, 4> state() const {