File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5353
5353
where \tcode {p} is an lvalue,
5354
5354
\tcode {Expr} names the type \tcode {decltype((expr))} and
5355
5355
\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:
5357
5359
\begin {itemize }
5358
5360
\item
5359
5361
\tcode {expr.as_awaitable(p)} if that expression is well-formed.
5379
5381
\item
5380
5382
Otherwise, \tcode {(void(p), expr)}.
5381
5383
\end {itemize }
5382
- except that the evaluations of \tcode {expr} and \tcode {p}
5383
- are indeterminately sequenced.
5384
5384
5385
5385
\rSec 2[exec.with.awaitable.senders]{\tcode {execution::with_awaitable_senders}}
5386
5386
You can’t perform that action at this time.
0 commit comments