Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
indexmap: use correct index when inserting through entry api
When inserting using the entry API and the robin-hood case is hit, we currently return using the incorrect index, which in turn returns a reference to the wrong entry in the map, causing undefined behaviour in the API.
- Loading branch information