Skip to content

Commit

Permalink
Fix leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
PointKernel committed Nov 4, 2024
1 parent 6b5355f commit 914d045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/cuco/detail/static_set/static_set_ref.inl
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ class operator_impl<op::for_each_tag,
using const_iterator = typename base_type::const_iterator;

static constexpr auto cg_size = base_type::cg_size;
static constexpr auto window_size = base_type::window_size;
static constexpr auto bucket_size = base_type::bucket_size;

public:
/**
Expand Down

0 comments on commit 914d045

Please sign in to comment.