File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1581
1581
\requires
1582
1582
\tcode {op} and \tcode {binary_op}
1583
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
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
1589
1588
closed ranges is intentional.}
1589
+ \end {itemize }
1590
1590
1591
1591
\pnum
1592
1592
\returns
Original file line number Diff line number Diff line change 234
234
\newcommand {\mname }[1]{\tcode {\unun\ungap #1\ungap\unun }}
235
235
236
236
% % Ranges
237
- \newcommand {\Range }[4]{\tcode {#1\brk {} #3,\brk {}#4\brk {} #2}\xspace }
237
+ \newcommand {\Range }[4]{\tcode {#1#3,~ \brk {}#4#2}\xspace }
238
238
\newcommand {\crange }[2]{\Range {[}{]}{#1}{#2}}
239
239
\newcommand {\brange }[2]{\Range {(}{]}{#1}{#2}}
240
240
\newcommand {\orange }[2]{\Range {(}{)}{#1}{#2}}
You can’t perform that action at this time.
0 commit comments