Skip to content

Commit

Permalink
Drop thrust::detail::integer_traits (NVIDIA#3391)
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber authored and davebayer committed Jan 23, 2025
1 parent b6d7848 commit 26a99c3
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions thrust/testing/unittest/testframework.h
Original file line number Diff line number Diff line change
Expand Up @@ -214,17 +214,6 @@ struct numeric_limits<custom_numeric> : numeric_limits<int>
{};
_LIBCUDACXX_END_NAMESPACE_STD

THRUST_NAMESPACE_BEGIN
namespace detail
{
// For random number generation
template <>
struct numeric_limits<custom_numeric> : numeric_limits<int>
{};

} // namespace detail
THRUST_NAMESPACE_END

using NumericTypes = unittest::type_list<
char,
signed char,
Expand Down

0 comments on commit 26a99c3

Please sign in to comment.