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 142 forks source link

Remove non-ASCII character #99

Closed actboy168 closed 3 years ago

actboy168 commented 3 years ago

Fixes msvc warning C4819: The file contains a character that cannot be represented in the current code page.

martinus commented 3 years ago

Thanks!