Skip to content

Commit ce8cae5

Browse files
committed
[temp.constr.normal] Fix example
* Avoid talking about the "normal form" of constraints * Fix typo
1 parent be34ebf commit ce8cae5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/templates.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2208,9 +2208,9 @@
22082208
template<typename U>
22092209
void g() requires CC<U*, C>;
22102210
\end{codeblock}
2211-
The normal form of the associated constraints of \tcode{f} is
2212-
the concept-dependent constraint \tcode{CT<T, C>}.\\
2213-
The normal form of the associated constraints of \tcode{g} is
2211+
The associated constraints of \tcode{f} consist of
2212+
the concept-dependent constraint \tcode{CT<U*, C>}.\\
2213+
The associated constraints of \tcode{g} consist of
22142214
the atomic constraint \tcode{true}.
22152215
\end{example}
22162216

0 commit comments

Comments
 (0)