Skip to content

Commit 0b4cae3

Browse files
committed
Add linebreaks around items
Add linebreaks around newly added items in the itemize blocks.
1 parent c1f613a commit 0b4cae3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

source/ranges.tex

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5902,6 +5902,7 @@
59025902
Otherwise, if \tcode{T} is a specialization of
59035903
\tcode{optional} and \tcode{T} models \libconcept{view}, then
59045904
\tcode{(static_cast<D>(F) == D() ? ((void)E, T()) : \exposidnc{decay-copy}(E))}.
5905+
59055906
\item
59065907
Otherwise, if \tcode{T} models
59075908
\libconcept{random_access_range} and \libconcept{sized_range}
@@ -6384,10 +6385,12 @@
63846385
then \tcode{((void)F, \exposidnc{decay-copy}(E))},
63856386
except that the evaluations of \tcode{E} and \tcode{F}
63866387
are indeterminately sequenced.
6388+
63876389
\item
63886390
Otherwise, if \tcode{T} is a specialization of \tcode{optional}
63896391
and \tcode{T} models \libconcept{view}, then
63906392
\tcode{(static_cast<D>(F) == D() ? \exposidnc{decay-copy}(E) : ((void)E, T()))}.
6393+
63916394
\item
63926395
Otherwise, if \tcode{T} models
63936396
\libconcept{random_access_range} and \libconcept{sized_range}
@@ -9916,9 +9919,11 @@
99169919
If the type of \tcode{E} is
99179920
a (possibly cv-qualified) specialization of \tcode{reverse_view},
99189921
then \tcode{E.base()}.
9922+
99199923
\item
99209924
Otherwise, if \tcode{E} is specialization of \tcode{optional} and \tcode{E}
99219925
models \libconcept{view}, then \tcode{\exposidnc{decay-copy}(E)}.
9926+
99229927
\item
99239928
Otherwise, if the type of \tcode{E} is \cv{} \tcode{subrange<reverse_iterator<I>, reverse_iterator<I>, K>}
99249929
for some iterator type \tcode{I} and
@@ -10070,9 +10075,11 @@
1007010075
Otherwise,
1007110076
if \tcode{U} denotes \tcode{empty_view<X>}
1007210077
for some type \tcode{X}, then \tcode{auto(views::empty<const X>)}.
10078+
1007310079
\item
1007410080
Otherwise, if \tcode{U} denotes \tcode{optional<X\&>}
1007510081
for some type \tcode{X}, then \tcode{optional<const X\&>(E)}.
10082+
1007610083
\item
1007710084
Otherwise,
1007810085
if \tcode{U} denotes \tcode{span<X, Extent>}

0 commit comments

Comments
 (0)