File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 5183
5183
\returns
5184
5184
\tcode {make_pair(first, first)} if \range {first}{last} is empty, otherwise
5185
5185
\tcode {make_pair(m, M)}, where \tcode {m} is
5186
- the first iterator in \range {first}{last} such that no iterator in the range refers to a smaller element, and where \tcode {M} is the last iterator
5187
- \footnote {This behavior intentionally differs from \tcode {max_element()}.}
5186
+ the first iterator in \range {first}{last} such that no iterator in the range refers
5187
+ to a smaller element, and where \tcode {M} is the last iterator\footnote {This behavior
5188
+ intentionally differs from \tcode {max_element()}.}
5188
5189
in \range {first}{last} such that no iterator in the range refers to a larger element.
5189
5190
5190
5191
\pnum
You can’t perform that action at this time.
0 commit comments