From 7e541b8db553ca6811ec53bd95658f1ec6fa1409 Mon Sep 17 00:00:00 2001 From: Yunsong Wang Date: Mon, 26 Aug 2024 19:55:07 -0700 Subject: [PATCH] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Daniel Jünger --- include/cuco/detail/static_map/static_map_ref.inl | 2 +- include/cuco/detail/static_multiset/static_multiset_ref.inl | 2 +- include/cuco/detail/static_set/static_set_ref.inl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/cuco/detail/static_map/static_map_ref.inl b/include/cuco/detail/static_map/static_map_ref.inl index 27cced1de..3756a641b 100644 --- a/include/cuco/detail/static_map/static_map_ref.inl +++ b/include/cuco/detail/static_map/static_map_ref.inl @@ -142,7 +142,7 @@ __host__ __device__ constexpr static_map_ref::hash_function() const noexcept { - return this->impl_.hash_function(); + return impl_.hash_function(); } template ::hash_function() const noexcept { - return this->impl_.hash_function(); + return impl_.hash_function(); } template ::hash_function() const noexcept { - return this->impl_.hash_function(); + return impl_.hash_function(); } template