Remove old TODO

This commit is contained in:
Alexey Milovidov 2020-05-23 14:50:21 +03:00
parent 0700ce5e98
commit 3e87b5fe72

View File

@ -30,7 +30,7 @@ template
typename Cell,
typename Hash,
typename Grower,
typename Allocator, /// TODO WithStackMemory
typename Allocator,
typename ImplTable = HashTable<Key, Cell, Hash, Grower, Allocator>,
size_t BITS_FOR_BUCKET = 8
>