Skip to content

Commit 8298332

Browse files
[expr.prim.req.nested][expr.prim.id.general] Say the normal form ...
of the constraint-expression instead the constraint-expression itself.
1 parent 4fac9f9 commit 8298332

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/expressions.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1374,8 +1374,8 @@
13741374
to select a unique function\iref{over.match,over.over}.
13751375
\begin{note}
13761376
A program cannot refer to a function
1377-
with a trailing \grammarterm{requires-clause}
1378-
whose \grammarterm{constraint-expression} is not satisfied,
1377+
with a trailing \grammarterm{requires-clause} if the normal form of
1378+
its \grammarterm{constraint-expression} is not satisfied,
13791379
because such functions are never selected by overload resolution.
13801380
\begin{example}
13811381
\begin{codeblock}
@@ -3035,7 +3035,7 @@
30353035
\pnum
30363036
A \grammarterm{nested-requirement} can be used
30373037
to specify additional constraints in terms of local parameters.
3038-
The \grammarterm{constraint-expression}
3038+
The normal form\iref{temp.constr.normal} of the \grammarterm{constraint-expression}
30393039
shall be satisfied\iref{temp.constr.decl}
30403040
by the substituted template arguments, if any.
30413041
Substitution of template arguments into a \grammarterm{nested-requirement}

0 commit comments

Comments
 (0)