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

Add support for detecting MSVC zc:wchar_t option #84

Closed RyeMutt closed 3 years ago

RyeMutt commented 3 years ago

This adds support for the MSVC /zc:wchar_t- option which otherwise fails to build due to conflicting wchar_t and unsigned short

martinus commented 3 years ago

Thanks for your contribution!