Skip to content

Commit

Permalink
[alg.ends.with] Replace drop_view with views::drop (#6773)
Browse files Browse the repository at this point in the history
  • Loading branch information
Quuxplusone committed May 20, 2024
1 parent 1cb3842 commit 2f23560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/algorithms.tex
Original file line number Diff line number Diff line change
Expand Up @@ -4682,7 +4682,7 @@
\returns
\tcode{false} if $\tcode{N1} < \tcode{N2}$, otherwise
\begin{codeblock}
ranges::equal(ranges::drop_view(ranges::ref_view(r1), N1 - N2), r2, pred, proj1, proj2)
ranges::equal(views::drop(ranges::ref_view(r1), N1 - N2), r2, pred, proj1, proj2)
\end{codeblock}
\end{itemdescr}

Expand Down

0 comments on commit 2f23560

Please sign in to comment.