This repository has been archived by the owner on Dec 26, 2023. It is now read-only.
3.11.1
Direct download: robin_hood.h
- Fix compiling with MSVC 2015 #118, thanks @jeremyg-lunarg!
- Support insert with initializer list, found by @xuanqing94
- Updated copyright to 2021
- overflow fix: rehash with different hash instead (#121). This uses a pretty nice method to get rid of potential overflow problems, by rehashing with a slightly modified hash. Thanks for @slavenf for making the problem reproducible!