Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/add-erase' into add-erase
Browse files Browse the repository at this point in the history
  • Loading branch information
PointKernel committed Oct 10, 2023
2 parents c5d9eda + 4cd2868 commit 2e90b52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/cuco/detail/open_addressing/open_addressing_impl.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -641,9 +641,9 @@ class open_addressing_impl {
}

/**
* @brief Gets the sentinel value used to represent an empty key slot.
* @brief Gets the sentinel value used to represent an erased key slot.
*
* @return The sentinel value used to represent an empty key slot
* @return The sentinel value used to represent an erased key slot
*/
[[nodiscard]] constexpr key_type erased_key_sentinel() const noexcept
{
Expand Down

0 comments on commit 2e90b52

Please sign in to comment.