Skip to content

Commit 1916adc

Browse files
authored
[execution.syn] Add missing \exposid (cplusplus#7181)
1 parent 9b3d01e commit 1916adc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/exec.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -730,10 +730,10 @@
730730
if \tcode{value_types_of_t<Sndr, Env, tuple, variant>} is
731731
\tcode{variant<tuple<>>} or \tcode{vari\-ant<>},
732732
\item
733-
Otherwise, \tcode{value_types_of_t<Sndr, Env, decayed-tuple, type_identity_t>}
733+
Otherwise, \tcode{value_types_of_t<Sndr, Env, \exposid{decayed-tuple}, type_identity_t>}
734734
if that type is well-formed,
735735
\item
736-
Otherwise, \tcode{single-sender-value-type<Sndr, Env>} is ill-formed.
736+
Otherwise, \tcode{\exposid{single-sender-value-type}<Sndr, Env>} is ill-formed.
737737
\end{itemize}
738738

739739
\pnum

0 commit comments

Comments
 (0)