efficient / libcuckoo

A high-performance, concurrent hash table
Other
1.61k stars 275 forks source link

Build as ISO C++ (disable GNU extensions), address some minor GCC complaints. #26

Closed toojays closed 8 years ago

toojays commented 8 years ago

I'm integrating cuckoohash_map into a proprietary codebase which builds with -std=c++11 -pedantic (and a bunch of other stuff). The changes in this pull request allow cuckoohash_map.hh to be included in code which is building on various Linux platforms (and Solaris x86) with GCC versions 4.7 thru 6.