diff --git a/src/htrie_hash.h b/src/htrie_hash.h index 23b95f6..17c5f85 100644 --- a/src/htrie_hash.h +++ b/src/htrie_hash.h @@ -100,9 +100,9 @@ class htrie_hash { private: using array_hash = typename std::conditional< has_value::value, - tsl::array_map, false, + tsl::array_map, false, KeySizeT, std::uint16_t, tsl::power_of_two_growth_policy<4>>, - tsl::array_set, false, + tsl::array_set, false, KeySizeT, std::uint16_t, tsl::power_of_two_growth_policy<4>>>::type; private: