Skip to content

Commit

Permalink
Update source/elements/oneDPL/source/parallel_api.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Alexey Kukanov <[email protected]>
  • Loading branch information
danhoeflinger and akukanov authored Aug 23, 2024
1 parent 529130c commit cb50f42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/elements/oneDPL/source/parallel_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -524,9 +524,9 @@ The elements of ``[start, end)`` must be partitioned with respect to the compara
template <typename Policy, typename InputIt, typename Size, typename OutputIt>
OutputIt
histogram(Policy&& exec, InputIt start, InputIt end, Size num_intervals,
typename ::std::iterator_traits<InputIt>::value_type first_interval_begin,
typename ::std::iterator_traits<InputIt>::value_type last_interval_end,
OutputIt histogram_first); // (1)
typename std::iterator_traits<InputIt>::value_type first_interval_begin,
typename std::iterator_traits<InputIt>::value_type last_interval_end,
OutputIt histogram_first); // (1)
template <typename Policy, typename InputIt1, typename InputIt2, typename OutputIt>
OutputIt
Expand Down

0 comments on commit cb50f42

Please sign in to comment.