Add tuple hash · phprus/unordered_dense@fb39274 · GitHub
Skip to content

Commit fb39274

Browse files
committed
Add tuple hash
1 parent 335e66c commit fb39274

3 files changed

Lines changed: 83 additions & 0 deletions

File tree

include/ankerl/unordered_dense.h

Lines changed: 56 additions & 0 deletions

test/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ test_sources = [
7373
'unit/swap.cpp',
7474
'unit/transparent.cpp',
7575
'unit/try_emplace.cpp',
76+
'unit/tuple_hash.cpp',
7677
'unit/unique_ptr.cpp',
7778
'unit/unordered_set.cpp',
7879
'unit/vectorofmaps.cpp',

test/unit/tuple_hash.cpp

Lines changed: 26 additions & 0 deletions

0 commit comments

Comments
 (0)