Skip to content

Commit 511eaa1

Browse files
committed
[exec.sync.wait.var] Fix wording
A misapplication of P3557R3.
1 parent 4e79eb8 commit 511eaa1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/exec.tex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5794,8 +5794,7 @@
57945794
\end{itemize}
57955795

57965796
\pnum
5797-
The expression \tcode{sync_wait_with_variant.apply_sender(sndr)} is ill-formed.
5798-
Otherwise, it is equivalent to:
5797+
The expression \tcode{sync_wait_with_variant.apply_sender(sndr)} is equivalent to:
57995798
\begin{codeblock}
58005799
using result_type = @\exposid{sync-wait-with-variant-result-type}@<Sndr>;
58015800
if (auto opt_value = sync_wait(into_variant(sndr))) {

0 commit comments

Comments
 (0)