Skip to content

Commit d91106b

Browse files
committed
[exec.par.scheduler] Fix extent of definitions
As per P2079R10.
1 parent 9bfa84d commit d91106b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/exec.tex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8288,7 +8288,7 @@
82888288

82898289
\pnum
82908290
Let \tcode{rcvr} be a receiver.
8291-
A \defn{proxy} for \tcode{rcvr} with base \tcode{B} is
8291+
A \defnx{proxy for \tcode{rcvr} with base \tcode{B}}{proxy} is
82928292
an lvalue \tcode{r} of type \tcode{B} such that:
82938293
\begin{itemize}
82948294
\item
@@ -8314,17 +8314,17 @@
83148314
\end{note}
83158315

83168316
\pnum
8317-
A \defnadj{bulk chunked}{proxy} for \tcode{rcvr}
8318-
with callable \tcode{f} and arguments \tcode{args}
8317+
A \defnx{bulk chunked proxy for \tcode{rcvr}
8318+
with callable \tcode{f} and arguments \tcode{args}}{proxy!bulk chunked}
83198319
is a proxy \tcode{r} for \tcode{rcvr}
83208320
with base \tcode{system_context_replaceability::bulk_item_receiver_proxy}
83218321
such that
83228322
\tcode{r.execute(i, j)} for indices \tcode{i} and \tcode{j}
83238323
has effects equivalent to \tcode{f(i, j, args...)}.
83248324

83258325
\pnum
8326-
A \defnadj{bulk unchunked}{proxy} for \tcode{rcvr}
8327-
with callable \tcode{f} and arguments \tcode{args}
8326+
A \defnx{bulk unchunked proxy for \tcode{rcvr}
8327+
with callable \tcode{f} and arguments \tcode{args}}{proxy!bulk unchunked}
83288328
is a proxy \tcode{r} for \tcode{rcvr}
83298329
with base \tcode{system_context_replaceability::bulk_item_receiver_proxy}
83308330
such that

0 commit comments

Comments
 (0)