Skip to content

Commit

Permalink
include/oneapi/dpl/pstl/algorithm_fwd.h - fix __pattern_partial_sort_…
Browse files Browse the repository at this point in the history
…copy forward declaration

Signed-off-by: Sergey Kopienko <[email protected]>
  • Loading branch information
SergeyKopienko committed May 22, 2024
1 parent 0a8809f commit 6995d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/oneapi/dpl/pstl/algorithm_fwd.h
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,7 @@ _RandomAccessIterator2
__pattern_partial_sort_copy(__parallel_tag<_IsVector>, _ExecutionPolicy&&, _RandomAccessIterator1,
_RandomAccessIterator1, _RandomAccessIterator2, _RandomAccessIterator2, _Compare);

//------------------------------------------------------------------------
//------------------------------------------------------------------------
// adjacent_find
//------------------------------------------------------------------------

Expand Down

0 comments on commit 6995d75

Please sign in to comment.