From 0f5eada6ffdfd33bc8515ac00e0c1a7ba32a17d4 Mon Sep 17 00:00:00 2001 From: Yunsong Wang Date: Fri, 11 Oct 2024 16:59:42 -0700 Subject: [PATCH] =?UTF-8?q?Revert=20"Restore=20the=20deprecated=20`with=5F?= =?UTF-8?q?key=5Feq`=20to=20prevent=20breaking=20changes=20in=20l=E2=80=A6?= =?UTF-8?q?"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit c9c115e7b6e74a1ed5d1f2d0f9426be5b3788e6a. --- include/cuco/detail/static_set/static_set_ref.inl | 14 -------------- include/cuco/static_set_ref.cuh | 13 ------------- 2 files changed, 27 deletions(-) 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 *