Skip to content

Commit

Permalink
Somehow lost the is_thrust_pair_like primary template
Browse files Browse the repository at this point in the history
  • Loading branch information
sleeepyjack committed Nov 20, 2023
1 parent 9c93533 commit e86c657
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/cuco/detail/traits.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ struct is_cuda_std_pair_like<
cuda::std::false_type> {
};

template <typename T, typename = void>
struct is_thrust_pair_like_impl : cuda::std::false_type {
};

template <typename T>
struct is_thrust_pair_like_impl<
T,
Expand Down

0 comments on commit e86c657

Please sign in to comment.