Skip to content

Commit 1810a1c

Browse files
committed
[alg.transform] Relayout list of requirements as itemization
1 parent 98ffdab commit 1810a1c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/algorithms.tex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1581,12 +1581,12 @@
15811581
\requires
15821582
\tcode{op} and \tcode{binary_op}
15831583
shall not invalidate iterators or subranges, or modify elements in the ranges
1584-
\crange{first1}{last1},
1585-
\crange{first2}{first2 + (last1 - first1)},
1586-
and
1587-
\crange{result}
1588-
{result + (last1 - first1)}.\footnote{The use of fully
1584+
\begin{itemize}
1585+
\item \crange{first1}{last1},
1586+
\item \crange{first2}{first2 + (last1 - first1)}, and
1587+
\item \crange{result}{result + (last1 - first1)}.\footnote{The use of fully
15891588
closed ranges is intentional.}
1589+
\end{itemize}
15901590

15911591
\pnum
15921592
\returns

0 commit comments

Comments
 (0)