Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add const qualifier to MurmurHash3_32::hash_combine (#10311)
Fixes declaration of the internal `MurmurHash3_32::hash_combine()` to add the `const` qualifier. Found this while working on #10270 and trying to call `hash_combine` from a `const` instance. Authors: - David Wendt (https://github.com/davidwendt) Approvers: - Karthikeyan (https://github.com/karthikeyann) - Bradley Dice (https://github.com/bdice) - Conor Hoekstra (https://github.com/codereport) URL: #10311
- Loading branch information