-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make sure that the hash of referenced specialize types is the same (#213
) In general users would expect the hash of &T is the same as the hash of T. This is the case in ahash unless the "specialize" feature is used. This change is a stop gap to make sure that the hash of the specialized types is the same whether reference is used or not. Note that this change still doesn't address doubly referenced types like &&u64. But hopefully it already covers most cases.
- Loading branch information
Showing
2 changed files
with
55 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters