We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ce97e5 commit 08ad45cCopy full SHA for 08ad45c
source/exec.tex
@@ -5119,7 +5119,7 @@
5119
explicit op_state(pair<assoc_t, sender_ref_t> parts, Rcvr& r)
5120
: @\exposid{assoc}@(std::move(parts.first)) {
5121
if (@\exposid{assoc}@) {
5122
- ::new (@\placeholdernc{voidify}@(@\exposid{op}@)) op_t(connect(std::move(*parts.second), std::move(r)));
+ ::new (@\exposid{voidify}@(@\exposid{op}@)) op_t(connect(std::move(*parts.second), std::move(r)));
5123
} else {
5124
@\exposid{rcvr}@ = addressof(r);
5125
}
0 commit comments