Skip to content
  • Tiago Peixoto's avatar
    Remove dense_hash_map/set cruft · a6667db7
    Tiago Peixoto authored
    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.
    a6667db7