Skip to content

Commit 5d875b5

Browse files
committed
[exec.as.awaitable] Move "except that..." sentence fragment up
1 parent ab82231 commit 5d875b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/exec.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5353,7 +5353,9 @@
53535353
where \tcode{p} is an lvalue,
53545354
\tcode{Expr} names the type \tcode{decltype((expr))} and
53555355
\tcode{Promise} names the type \tcode{decay_t<decltype((p))>},
5356-
\tcode{as_awaitable(expr, p)} is expression-equivalent to:
5356+
\tcode{as_awaitable(expr, p)} is expression-equivalent to,
5357+
except that the evaluations of \tcode{expr} and \tcode{p}
5358+
are indeterminately sequenced:
53575359
\begin{itemize}
53585360
\item
53595361
\tcode{expr.as_awaitable(p)} if that expression is well-formed.
@@ -5379,8 +5381,6 @@
53795381
\item
53805382
Otherwise, \tcode{(void(p), expr)}.
53815383
\end{itemize}
5382-
except that the evaluations of \tcode{expr} and \tcode{p}
5383-
are indeterminately sequenced.
53845384

53855385
\rSec2[exec.with.awaitable.senders]{\tcode{execution::with_awaitable_senders}}
53865386

0 commit comments

Comments
 (0)