File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 59005900
59015901\item
59025902Otherwise, if \tcode{T} is a specialization of
5903- \tcode{optional} and \tcode{T} models \tcode{view},
5904- then \tcode{(static_cast<D>(F) == D() ? ((void)E, T()) : \placeholdernc{decay-copy}(E))}.
5903+ \tcode{optional} and \tcode{T} models \tcode{view}, then \linebreak{}
5904+ \tcode{(static_cast<D>(F) == D() ? ((void)E, T()) : \placeholdernc{decay-copy}(E))}.
59055905\item
59065906Otherwise, if \tcode{T} models
59075907\libconcept{random_access_range} and \libconcept{sized_range}
63846384then \tcode{((void)F, \exposidnc{decay-copy}(E))},
63856385except that the evaluations of \tcode{E} and \tcode{F}
63866386are indeterminately sequenced.
6387-
63886387\item
63896388Otherwise, if \tcode{T} is a specialization of \tcode{optional}
6390- and \tcode{T} models \tcode{view},
6391- then \tcode{(static_cast<D>(F) == D() ? \placeholdernc{decay-copy}(E) : ((void)E, T()))}.
6389+ and \tcode{T} models \tcode{view}, then \linebreak{}
6390+ \tcode{(static_cast<D>(F) == D() ? \placeholdernc{decay-copy}(E) : ((void)E, T()))}.
63926391\item
63936392Otherwise, if \tcode{T} models
63946393\libconcept{random_access_range} and \libconcept{sized_range}
You can’t perform that action at this time.
0 commit comments