Skip to content

Commit 67db942

Browse files
jensmaurerzygoloid
authored andcommitted
[expr.prim.req] Fix cross-reference for substituting into constraints.
1 parent 51c5b01 commit 67db942

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
@@ -2774,7 +2774,7 @@
27742774
by the substituted template arguments, if any.
27752775
Substitution of template arguments into a \grammarterm{nested-requirement}
27762776
does not result in substitution into the \grammarterm{constraint-expression}
2777-
other than as specified in \ref{temp.constr.decl}.
2777+
other than as specified in \ref{temp.constr.constr}.
27782778
\begin{example}
27792779
\begin{codeblock}
27802780
template<typename U> concept C = sizeof(U) == 1;

0 commit comments

Comments
 (0)