skarupke / flat_hash_map

A very fast hashtable
1.69k stars 186 forks source link

Workaround for gcc < 5 #33

Open dnbaker opened 5 years ago

dnbaker commented 5 years ago

There's a patch from this StackOverflow answer which allows flat_hash_map to work with gcc < 5, which I've incorporated.

It'd be convenient to be able to use your repository as a submodule and have it work on those systems.

Thanks!

This has been included in some form here.