greg7mdp / parallel-hashmap

A family of header-only, very fast and memory-friendly hashmap and btree containers.
https://greg7mdp.github.io/parallel-hashmap/
Apache License 2.0
2.47k stars 234 forks source link

fix compile error for gcc4.8.5 #200

Closed aengusjiang closed 1 year ago

aengusjiang commented 1 year ago

Compiler compatible with GCC 4.8.5.

greg7mdp commented 1 year ago

Thank you very much for the PR @aengusjiang . I modified it because it had build issues on windows, and I wanted to simplify it a bit. Eventually I checked in this.

I have verified that phmap now builds fine with gcc 4.8.5. Again thank you for the PR, your help is much appreciated.