diff options
author | tobo <tobo@yandex-team.com> | 2022-09-09 11:15:36 +0300 |
---|---|---|
committer | tobo <tobo@yandex-team.com> | 2022-09-09 11:15:36 +0300 |
commit | e96ef596aca8afaf0326b57001ff56fbdd643e8a (patch) | |
tree | 25ae6137d298b7f53fd06e1c25066b7409f4ea8e /util/generic/hash_multi_map.cpp | |
parent | 5491c0676017f1d89131e40a7b910e9a28c8fde2 (diff) | |
download | ydb-e96ef596aca8afaf0326b57001ff56fbdd643e8a.tar.gz |
prepare to split hash.h into hash_table.h hash.h and multi_hash_map.h
Diffstat (limited to 'util/generic/hash_multi_map.cpp')
-rw-r--r-- | util/generic/hash_multi_map.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/generic/hash_multi_map.cpp b/util/generic/hash_multi_map.cpp new file mode 100644 index 00000000000..f8dcf6e4dc5 --- /dev/null +++ b/util/generic/hash_multi_map.cpp @@ -0,0 +1 @@ +#include "hash_multi_map.h" |