Skip to content

Commit 2d6dec4

Browse files
[exec.when.all] Fix receiver parameter name (#9158)
1 parent 71cbce1 commit 2d6dec4

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
@@ -4796,7 +4796,7 @@
47964796
is initialized with a callable object
47974797
equivalent to the following lambda expression:
47984798
\begin{codeblock}
4799-
[]<class State, class Rcvr>(auto&&, State& state, const Receiver& rcvr) noexcept {
4799+
[]<class State, class Rcvr>(auto&&, State& state, const Rcvr& rcvr) noexcept {
48004800
return @\exposid{make-when-all-env}@(state.@\exposid{stop-src}@, get_env(rcvr));
48014801
}
48024802
\end{codeblock}

0 commit comments

Comments
 (0)