Skip to content

Commit c3920b9

Browse files
authored
[exec.prop] Add \libconcept for sender (#8979)
1 parent 3532b45 commit c3920b9

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
@@ -6613,7 +6613,7 @@
66136613
\begin{example}
66146614
\begin{codeblock}
66156615
template<@\libconcept{sender}@ Sndr>
6616-
sender auto parameterize_work(Sndr sndr) {
6616+
@\libconcept{sender}@ auto parameterize_work(Sndr sndr) {
66176617
// Make an environment such that \tcode{get_allocator(env)} returns a reference to a copy of \tcode{my_alloc\{\}}.
66186618
auto e = prop(get_allocator, my_alloc{});
66196619

0 commit comments

Comments
 (0)