martinus / robin-hood-hashing

Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20
https://gitter.im/martinus/robin-hood-hashing
MIT License
1.5k stars 143 forks source link

clang++ on windows #25

Closed ktprime closed 5 years ago

ktprime commented 5 years ago

././tsl/robin_hood.h:150:31: error: unknown type name 'uint128_t' auto result = static_cast(a) static_cast(b); ^ ././tsl/robin_hood.h:150:59: error: unknown type name 'uint128_t' auto result = static_cast(a) static_cast(b);

martinus commented 5 years ago

Thanks for reporting, I will have a look at it