Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix critical bug in hashmap that would cause crash with clang++
The code before this fix was relying in undocumented behavior how the C compiler order evaluation of function arguments, and was crashing code compiled with Clang++
- Loading branch information