Skip to content

Commit e5f877a

Browse files
committed
[exec.affine] Add missing '\placeholder'.
Misapplication of P3941R4 in LWG Motion 33. Addresses editorial review committee feedback.
1 parent d04267f commit e5f877a

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
@@ -7368,7 +7368,7 @@
73687368
If \tcode{get_start_scheduler(get_env(\placeholder{out_rcvr}))} is ill-formed or
73697369
does not satisfy \tcode{\exposconcept{infallible-scheduler}<Env>},
73707370
then evaluation of
7371-
the expression \tcode{get_completion_signatures<OutSndr, Env>()}
7371+
the expression \tcode{get_completion_signatures<\placeholder{OutSndr}, Env>()}
73727372
exits with an exception.
73737373
Let \tcode{\placeholder{op}} be an lvalue referring to the operation state that
73747374
results from connecting \tcode{\placeholder{out_sndr}} to \tcode{\placeholder{out_rcvr}}.

0 commit comments

Comments
 (0)