We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98ffdab commit 1810a1cCopy full SHA for 1810a1c
source/algorithms.tex
@@ -1581,12 +1581,12 @@
1581
\requires
1582
\tcode{op} and \tcode{binary_op}
1583
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
+\begin{itemize}
+\item \crange{first1}{last1},
+\item \crange{first2}{first2 + (last1 - first1)}, and
+\item \crange{result}{result + (last1 - first1)}.\footnote{The use of fully
1589
closed ranges is intentional.}
+\end{itemize}
1590
1591
\pnum
1592
\returns
0 commit comments