From f5cd388541352f67c8f3874e24f3d283154dfd1f Mon Sep 17 00:00:00 2001 From: Eric Niebler Date: Sun, 14 Sep 2025 14:29:16 -0700 Subject: [PATCH] italicize exposition-only `product-type::apply` in [exec.when.all] --- source/exec.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/exec.tex b/source/exec.tex index e87b52f52c..e1870a2de9 100644 --- a/source/exec.tex +++ b/source/exec.tex @@ -4515,7 +4515,7 @@ \end{codeblock} where $e$ is the expression \begin{codeblock} -std::forward(sndr).apply(@\exposid{make-state}@()) +std::forward(sndr).@\exposid{apply}@(@\exposid{make-state}@()) \end{codeblock} and where \exposid{make-state} is the following exposition-only class template: \begin{codeblock}