Skip to content

Commit 5e22b24

Browse files
committed
[expr.prim.req.compound] Fixup: "\iref(temp)" should be "\iref{temp}"
1 parent 0af79b8 commit 5e22b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/expressions.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2635,7 +2635,7 @@
26352635
is of the form \tcode{->} \grammarterm{type-constraint}, then
26362636
the contextually-determined type being constrained
26372637
is \tcode{decltype((E))}.
2638-
The immediately-declared constraint\iref(temp) of \tcode{decltype((E))}
2638+
The immediately-declared constraint\iref{temp} of \tcode{decltype((E))}
26392639
shall be satisfied.
26402640
\begin{note}
26412641
Thus, constraints of the form

0 commit comments

Comments
 (0)