Skip to content

Commit

Permalink
fixes return type of tabulate out iter
Browse files Browse the repository at this point in the history
  • Loading branch information
elstehle committed Jan 28, 2025
1 parent e08bda4 commit cc6a8a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thrust/thrust/iterator/detail/tabulate_output_iterator.inl
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ template <typename BinaryFunction, typename System, typename DifferenceT>
using tabulate_output_iterator_base =
thrust::iterator_adaptor<tabulate_output_iterator<BinaryFunction, System, DifferenceT>,
counting_iterator<DifferenceT>,
thrust::use_default,
void,
System,
thrust::use_default,
tabulate_output_iterator_proxy<BinaryFunction, DifferenceT>>;
Expand Down

0 comments on commit cc6a8a3

Please sign in to comment.