We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d8861c commit decb06cCopy full SHA for decb06c
source/exec.tex
@@ -1563,7 +1563,7 @@
1563
1564
\begin{itemdecl}
1565
template<class Tag, class Data = see below, class... Child>
1566
- constexpr auto make-sender(Tag tag, Data&& data, Child&&... child);
+ constexpr auto @\exposid{make-sender}@(Tag tag, Data&& data, Child&&... child);
1567
\end{itemdecl}
1568
1569
\begin{itemdescr}
@@ -3711,7 +3711,7 @@
3711
\end{codeblock}
3712
3713
3714
-local-state(Sndr&& sndr, Rcvr& rcvr) noexcept;
+@\exposid{local-state}@(Sndr&& sndr, Rcvr& rcvr) noexcept;
3715
3716
3717
0 commit comments