Skip to content

Commit

Permalink
align numbers for visibility
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Hoeflinger <dan.hoeflinger@intel.com>
  • Loading branch information
danhoeflinger committed Aug 23, 2024
1 parent cb50f42 commit 04e62ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/elements/oneDPL/source/parallel_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ The elements of ``[start, end)`` must be partitioned with respect to the compara
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)
OutputIt histogram_first); // (1)
template <typename Policy, typename InputIt1, typename InputIt2, typename OutputIt>
OutputIt
Expand Down

0 comments on commit 04e62ff

Please sign in to comment.