Skip to content

Commit bf49eac

Browse files
authored
[exec] Add \exposid for decayed-tuple (cplusplus#7183)
1 parent bca158f commit bf49eac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/exec.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2996,7 +2996,7 @@
29962996
named by \tcode{completion_signatures_of_t<child-type<Sndr>, env_of_t<Rcvr>>}.
29972997
Let \exposid{as-tuple} be an alias template
29982998
that transforms a completion signature \tcode{Tag(Args...)} into
2999-
the tuple specialization \tcode{decayed-tuple<Tag, Args...>}.
2999+
the tuple specialization \tcode{\exposid{decayed-tuple}<Tag, Args...>}.
30003000
Then \tcode{variant_t} denotes
30013001
the type \tcode{variant<monostate, \exposid{as-tuple}<Sigs>...>},
30023002
except with duplicate types removed.
@@ -4164,7 +4164,7 @@
41644164
\pnum
41654165
The alias \tcode{values_tuple} denotes the type
41664166
\begin{codeblock}
4167-
tuple<value_types_of_t<Sndrs, env_of_t<Rcvr>, decayed-tuple, optional>...>
4167+
tuple<value_types_of_t<Sndrs, env_of_t<Rcvr>, @\exposid{decayed-tuple}@, optional>...>
41684168
\end{codeblock}
41694169
if that type is well-formed; otherwise, \tcode{tuple<>}.
41704170

@@ -4283,7 +4283,7 @@
42834283
return;
42844284
}
42854285
\end{codeblock}
4286-
if the expression \tcode{decayed-tuple<decltype(as)...>\{as...\}}
4286+
if the expression \tcode{\exposid{decayed-tuple}<decltype(as)...>\{as...\}}
42874287
is potentially throwing;
42884288
otherwise, \tcode{o.emplace(\linebreak as...)}.
42894289

0 commit comments

Comments
 (0)