Skip to content

Commit 62be1e6

Browse files
committed
[exec.snd.transform] Fix "tag2" => "tag".
Misapplication of P3826R5 in LWG Motion 28. Addresses editorial review committee feedback.
1 parent 91e3416 commit 62be1e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/exec.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2933,7 +2933,7 @@
29332933
if\newline \tcode{\exposid{transformed-sndr}(dom, tag, s)} and \exposid{s}
29342934
have the same type ignoring cv-qualifiers;
29352935
otherwise, it is
2936-
the expression \tcode{\exposid{transform-recurse}(dom2, tag2, s2)}, where
2936+
the expression \tcode{\exposid{transform-recurse}(dom2, tag, s2)}, where
29372937
\tcode{s2} is \tcode{\exposid{transformed-sender}(dom, tag, s)} and
29382938
\tcode{dom2} is \exposid{start-domain} if \tcode{tag} is \tcode{start}, and
29392939
\tcode{\exposid{completion-domain}(s2)} otherwise.

0 commit comments

Comments
 (0)