Skip to content

Commit

Permalink
Fix clang
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian LALU committed Dec 3, 2024
1 parent 1317171 commit e6c7e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface/core/containers/hashset.h
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ namespace hud
class iterator
{
using slot_type = slot_t;
using type = slot_type::type;
using type = typename slot_type::type;
using key_type = typename slot_type::key_type;
using value_type = typename slot_type::value_type;
using pointer_type = hud::add_pointer_t<slot_type>;
Expand Down

0 comments on commit e6c7e68

Please sign in to comment.