Skip to content

Commit

Permalink
[onedpl][ranges] + a fix for "nanoranges" drop_view (#1839)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeDvorskiy authored Sep 13, 2024
1 parent 87d85d5 commit 2dc98d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/oneapi/dpl/pstl/ranges/nanorange.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15763,7 +15763,7 @@ struct drop_view : view_interface<drop_view<R>>, private detail::drop_view_cache

template <typename RR = R, ::std::enable_if_t<range<const RR>, int> = 0>
constexpr auto
end()
end() const
{
return ranges::end(base_);
}
Expand Down

0 comments on commit 2dc98d7

Please sign in to comment.