Skip to content

Commit f1379f5

Browse files
authored
[exec.when.all] Add italics for expression e (#7209)
1 parent fabbff2 commit f1379f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/exec.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -4104,7 +4104,7 @@
41044104
is initialized with a callable object
41054105
equivalent to the following lambda expression:
41064106
\begin{codeblock}
4107-
[]<class Sndr, class Rcvr>(Sndr&& sndr, Rcvr& rcvr) noexcept(@$e$@) -> decltype(e) {
4107+
[]<class Sndr, class Rcvr>(Sndr&& sndr, Rcvr& rcvr) noexcept(@$e$@) -> decltype(@$e$@) {
41084108
return @$e$@;
41094109
}
41104110
\end{codeblock}

0 commit comments

Comments
 (0)