Remove dense_hash_map/set cruft
This implements a general wrapper for dense_hash_map and dense_hash_set, that falls back to unordered_map and unordered_set, if sparsehash is not enabled.
Showing
This implements a general wrapper for dense_hash_map and dense_hash_set, that falls back to unordered_map and unordered_set, if sparsehash is not enabled.