You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 17, 2026. It is now read-only.
In
city.ccthis following check is done to check if we are on Windows.However, this is not the correct way to check for Windows. Above only checks for the presence of the MSVC tool chain.
Clang on Windows and MinGW do not set this macro - which means that CityHash cannot compile with these tool chains on Windows.
The correct way to check that works on all Windows compiler tool chains: