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.
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.