Browse Source
This prevents an undefined operation in main.cpp, when shifting the hash value left by 32 bits. Shifting a signed int left into the sign bit is undefined in C++11.miguelfreitas
Ricardo M. Correia
13 years ago
3 changed files with 4 additions and 4 deletions
Loading…
Reference in new issue