Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions source/templates.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2208,9 +2208,9 @@
template<typename U>
void g() requires CC<U*, C>;
\end{codeblock}
The normal form of the associated constraints of \tcode{f} is
the concept-dependent constraint \tcode{CT<T, C>}.\\
The normal form of the associated constraints of \tcode{g} is
The associated constraints of \tcode{f} consist of
the concept-dependent constraint \tcode{CT<U*, C>}.\\
The associated constraints of \tcode{g} consist of
the atomic constraint \tcode{true}.
\end{example}

Expand Down