Skip to content

Commit 2f23560

Browse files
authored
[alg.ends.with] Replace drop_view with views::drop (#6773)
1 parent 1cb3842 commit 2f23560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/algorithms.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4682,7 +4682,7 @@
46824682
\returns
46834683
\tcode{false} if $\tcode{N1} < \tcode{N2}$, otherwise
46844684
\begin{codeblock}
4685-
ranges::equal(ranges::drop_view(ranges::ref_view(r1), N1 - N2), r2, pred, proj1, proj2)
4685+
ranges::equal(views::drop(ranges::ref_view(r1), N1 - N2), r2, pred, proj1, proj2)
46864686
\end{codeblock}
46874687
\end{itemdescr}
46884688

0 commit comments

Comments
 (0)