Skip to content
Snippets Groups Projects
Commit 09a6e940 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

BUG: incorrect HashTable / HashSet instances

- Eg instead of using labelHashSet, used HashSet<label> which uses
  the string::hash for hashing. Other places inadvertently using the
  string::hash instead of Hash<label> for hashing.

STYLE: use Map<..> instead of HashTable<.., label, Hash<label>>

- reduces clutter
parent 806b6684
Branches
Tags
No related merge requests found
Showing
with 47 additions and 88 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment