Skip to content

Commit a21e0d6

Browse files
authored
[exec.util.cmplsig.trans] add missing \exposid
1 parent fa211bc commit a21e0d6

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
@@ -4874,11 +4874,11 @@
48744874
This subclause makes use of the following exposition-only entities:
48754875
\begin{codeblock}
48764876
template<class... As>
4877-
using default-set-value =
4877+
using @\exposid{default-set-value}@ =
48784878
completion_signatures<set_value_t(As...)>;
48794879

48804880
template<class Err>
4881-
using default-set-error =
4881+
using @\exposid{default-set-error}@ =
48824882
completion_signatures<set_error_t(Err)>;
48834883
\end{codeblock}
48844884

0 commit comments

Comments
 (0)