diff --git a/include/cuco/detail/static_set/static_set_ref.inl b/include/cuco/detail/static_set/static_set_ref.inl index 192111e0a..a664b7bf9 100644 --- a/include/cuco/detail/static_set/static_set_ref.inl +++ b/include/cuco/detail/static_set/static_set_ref.inl @@ -298,20 +298,6 @@ static_set_ref::r this->storage_ref()}; } -template -template -__host__ __device__ constexpr auto -static_set_ref::with_key_eq( - NewKeyEqual const& key_equal) const noexcept -{ - return this->rebind_key_eq(key_equal); -} - template - [[nodiscard]] __host__ __device__ constexpr auto with_key_eq( - NewKeyEqual const& key_equal) const noexcept; - /** * @brief Makes a copy of the current device reference with the given hasher *