We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3532b45 commit c3920b9Copy full SHA for c3920b9
1 file changed
source/exec.tex
@@ -6613,7 +6613,7 @@
6613
\begin{example}
6614
\begin{codeblock}
6615
template<@\libconcept{sender}@ Sndr>
6616
-sender auto parameterize_work(Sndr sndr) {
+@\libconcept{sender}@ auto parameterize_work(Sndr sndr) {
6617
// Make an environment such that \tcode{get_allocator(env)} returns a reference to a copy of \tcode{my_alloc\{\}}.
6618
auto e = prop(get_allocator, my_alloc{});
6619
0 commit comments