Skip to content

Commit 48e73b8

Browse files
committed
[alg.contains] Use codeblock for long return expression
1 parent 3dcc932 commit 48e73b8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

source/algorithms.tex

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4579,7 +4579,10 @@
45794579
\begin{itemdescr}
45804580
\pnum
45814581
\returns
4582-
\tcode{first2 == last2 || !ranges::search(first1, last1, first2, last2, pred, proj1, proj2).empty()}.
4582+
\begin{codeblock}
4583+
first2 == last2 || !ranges::search(first1, last1, first2, last2,
4584+
pred, proj1, proj2).empty()
4585+
\end{codeblock}
45834586
\end{itemdescr}
45844587

45854588
\begin{itemdecl}

0 commit comments

Comments
 (0)