Skip to content

Commit 9b0f2d1

Browse files
committed
fixup: more \exposid
1 parent 6742202 commit 9b0f2d1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

source/exec.tex

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5076,11 +5076,11 @@
50765076
};
50775077

50785078
explicit op_state(pair<assoc_t, sender_ref_t> parts, Rcvr& r)
5079-
: assoc(std::move(parts.first)) {
5080-
if (assoc)
5081-
::new (@\placeholdernc{voidify}@(op)) op_t(connect(std::move(*parts.second), std::move(r)));
5079+
: @\exposid{assoc}@(std::move(parts.first)) {
5080+
if (@\exposid{assoc}@)
5081+
::new (@\placeholdernc{voidify}@(@\exposid{op}@)) op_t(connect(std::move(*parts.second), std::move(r)));
50825082
else
5083-
rcvr = addressof(r);
5083+
@\exposid{rcvr}@ = addressof(r);
50845084
}
50855085

50865086
explicit op_state(associate_data_t&& ad, Rcvr& r)
@@ -7965,7 +7965,7 @@
79657965
\pnum
79667966
\exposid{association-t} is a class template,
79677967
specializations of which model \libconcept{scope_association} and
7968-
contain an exposition-only member scope of type \tcode{Scope*}.
7968+
contain an exposition-only member \exposid{scope} of type \tcode{Scope*}.
79697969
For a class type \tcode{Scope} and
79707970
an object \tcode{assoc} of type \tcode{\exposid{association-t}<Scope>}:
79717971
\begin{itemize}
@@ -7975,11 +7975,11 @@
79757975
\tcode{assoc} is engaged when \tcode{assoc.\exposid{scope} != nullptr} is \tcode{true},
79767976
\item
79777977
if \tcode{assoc} is engaged,
7978-
then \tcode{assoc.\exposid{try_associate}()} is equivalent to
7979-
\tcode{assoc.scope->try-associate()}, and
7978+
then \tcode{assoc.try_associate()} is equivalent to
7979+
\tcode{assoc.\exposid{scope}->\exposid{try-associate}()}, and
79807980
\item
79817981
the association owned by \tcode{assoc}
7982-
is released by invoking \tcode{assoc.scope->\exposid{disassociate}()}.
7982+
is released by invoking \tcode{assoc.\exposid{scope}->\exposid{disassociate}()}.
79837983
\end{itemize}
79847984

79857985
\rSec3[exec.scope.simple.counting]{Simple Counting Scope}

0 commit comments

Comments
 (0)