Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
danhoeflinger committed May 30, 2024
1 parent 318a956 commit 75e79d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/runtime/dpct-rt/include/dpct/dpl_extras/algorithm.h
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ void stable_sort(Policy &&policy, Iter1 keys_first, Iter1 keys_last,
std::is_same<typename std::iterator_traits<Iter2>::iterator_category,
std::random_access_iterator_tag>::value,
"Iterators passed to algorithms must be random-access iterators.");
//oneDPL::sort_by_key is explicitly stable
//oneDPL's sort_by_key is explicitly stable
oneapi::dpl::sort_by_key(std::forward<Policy>(policy), keys_first, keys_last,
values_first, comp);
}
Expand Down

0 comments on commit 75e79d3

Please sign in to comment.