Skip to content

Commit f5cd388

Browse files
authored
italicize exposition-only product-type::apply in [exec.when.all]
1 parent dd47f56 commit f5cd388

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
@@ -4515,7 +4515,7 @@
45154515
\end{codeblock}
45164516
where $e$ is the expression
45174517
\begin{codeblock}
4518-
std::forward<Sndr>(sndr).apply(@\exposid{make-state}@<Rcvr>())
4518+
std::forward<Sndr>(sndr).@\exposid{apply}@(@\exposid{make-state}@<Rcvr>())
45194519
\end{codeblock}
45204520
and where \exposid{make-state} is the following exposition-only class template:
45214521
\begin{codeblock}

0 commit comments

Comments
 (0)