Skip to content

Commit a3af0b1

Browse files
authored
[exec.split] Add \exposid for local-state (cplusplus#7224)
1 parent 26f794b commit a3af0b1

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
@@ -3982,7 +3982,7 @@
39823982
that has a function call operator equivalent to the following:
39833983
\begin{codeblock}
39843984
template<class Sndr, class Rcvr>
3985-
void operator()(local-state<Sndr, Rcvr>& state, Rcvr& rcvr) const noexcept;
3985+
void operator()(@\exposid{local-state}@<Sndr, Rcvr>& state, Rcvr& rcvr) const noexcept;
39863986
\end{codeblock}
39873987

39883988
\effects

0 commit comments

Comments
 (0)