Skip to content

Commit

Permalink
refs #148 Вариант _move сортировки подсчётом может быть выражен через…
Browse files Browse the repository at this point in the history
… _copy
  • Loading branch information
izvolov committed Aug 13, 2021
1 parent 3920dd2 commit 84203f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/burst/algorithm/counting_sort.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@ namespace burst
)
{
return
detail::counting_sort_impl
counting_sort_copy
(
std::make_move_iterator(first),
std::make_move_iterator(last),
result,
compose(to_unsigned, std::move(map))
map
);
}

Expand Down

0 comments on commit 84203f7

Please sign in to comment.