Skip to content

Commit 08ad45c

Browse files
committed
[exec.associate] Use \exposid for "voidify", not \placeholdernc
1 parent 9ce97e5 commit 08ad45c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/exec.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5119,7 +5119,7 @@
51195119
explicit op_state(pair<assoc_t, sender_ref_t> parts, Rcvr& r)
51205120
: @\exposid{assoc}@(std::move(parts.first)) {
51215121
if (@\exposid{assoc}@) {
5122-
::new (@\placeholdernc{voidify}@(@\exposid{op}@)) op_t(connect(std::move(*parts.second), std::move(r)));
5122+
::new (@\exposid{voidify}@(@\exposid{op}@)) op_t(connect(std::move(*parts.second), std::move(r)));
51235123
} else {
51245124
@\exposid{rcvr}@ = addressof(r);
51255125
}

0 commit comments

Comments
 (0)