Skip to content

Commit 7a8f57f

Browse files
authored
[exec.run.loop.types] Add \libconcept for receiver_of (cplusplus#7184)
1 parent bf49eac commit 7a8f57f

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
@@ -5046,7 +5046,7 @@
50465046
\pnum
50475047
Let \exposid{sndr} be an expression of type \exposid{run-loop-sender},
50485048
let \exposid{rcvr} be an expression
5049-
such that \tcode{receiver_of<decltype((\exposid{rcvr})), CS>} is \tcode{true}
5049+
such that \tcode{\libconcept{receiver_of}<decltype((\exposid{rcvr})), CS>} is \tcode{true}
50505050
where \tcode{CS} is the \tcode{completion_signatures} specialization above.
50515051
Let \tcode{C} be either \tcode{set_value_t} or \tcode{set_stopped_t}.
50525052
Then:

0 commit comments

Comments
 (0)