Skip to content

Commit

Permalink
fix wide line
Browse files Browse the repository at this point in the history
  • Loading branch information
hewillk authored Nov 11, 2023
1 parent 302e4b5 commit 8e44dc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/ranges.tex
Original file line number Diff line number Diff line change
Expand Up @@ -6168,10 +6168,10 @@
a specialization of \tcode{subrange}\iref{range.subrange}
that models \exposconcept{random-access-sized},
then
\tcode{T(ranges::begin(E) + std::min<D>(ranges::distance(E), F), ranges::end(E), \linebreak{}
\tcode{T(ranges::begin(E) + std::min<D>(ranges::distance(E), F), ranges::end(E),\linebreak{}
\exposid{to-unsigned-like}(ranges::distance(E) -
std::min<D>(ranges::distance(E), F)))},
except that \tcode{E} and \tcode{F} are each evaluated only once.
except\linebreak{} that \tcode{E} and \tcode{F} are each evaluated only once.

\item
Otherwise, if \tcode{T} is
Expand Down

0 comments on commit 8e44dc8

Please sign in to comment.