We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5573551 commit 8956da1Copy full SHA for 8956da1
interface/core/containers/hashset.h
@@ -1141,7 +1141,7 @@ namespace hud
1141
struct tuple_element<idx_to_reach, details::hashset::slot<value_t>>
1142
{
1143
static_assert(idx_to_reach < 1, "hashset slot index out of bounds");
1144
- using type = const details::hashset::slot<value_t>::key_type;
+ using type = typename const details::hashset::slot<value_t>::key_type;
1145
};
1146
1147
template<usize idx_to_reach, typename value_t>
0 commit comments