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 fa211bc commit a21e0d6Copy full SHA for a21e0d6
source/exec.tex
@@ -4874,11 +4874,11 @@
4874
This subclause makes use of the following exposition-only entities:
4875
\begin{codeblock}
4876
template<class... As>
4877
- using default-set-value =
+ using @\exposid{default-set-value}@ =
4878
completion_signatures<set_value_t(As...)>;
4879
4880
template<class Err>
4881
- using default-set-error =
+ using @\exposid{default-set-error}@ =
4882
completion_signatures<set_error_t(Err)>;
4883
\end{codeblock}
4884
0 commit comments