Skip to content

Commit 8956da1

Browse files
author
Julian LALU
committed
Fix Clang compilation
1 parent 5573551 commit 8956da1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/core/containers/hashset.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1141,7 +1141,7 @@ namespace hud
11411141
struct tuple_element<idx_to_reach, details::hashset::slot<value_t>>
11421142
{
11431143
static_assert(idx_to_reach < 1, "hashset slot index out of bounds");
1144-
using type = const details::hashset::slot<value_t>::key_type;
1144+
using type = typename const details::hashset::slot<value_t>::key_type;
11451145
};
11461146

11471147
template<usize idx_to_reach, typename value_t>

0 commit comments

Comments
 (0)