Skip to content

Commit 47307f9

Browse files
committed
my suggestion
1 parent c9666af commit 47307f9

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

source/templates.tex

+14-3
Original file line numberDiff line numberDiff line change
@@ -3908,10 +3908,21 @@
39083908
whether two constructs are equivalent, and they are
39093909
functionally equivalent but not equivalent, the program is ill-formed,
39103910
no diagnostic required.
3911-
Furthermore, if two declarations of function templates with the same name
3912-
and corresponding signatures\iref{basic.scope.scope} do not correspond
3913-
but would declare the same entity\iref{basic.link} considering them to do so, and
3911+
Furthermore, if two declarations $A$ and $B$ of function templates
3912+
\begin{itemize}
3913+
\item
3914+
declare the same name,
3915+
\item
3916+
have corresponding signatures\iref{basic.scope.scope},
3917+
\item
3918+
would declare the same entity,
3919+
where in the determination in \ref{basic.link}
3920+
of whether two declarations do declare the same entity,
3921+
$A$ and $B$ are assumed to correspond, and
3922+
\item
39143923
accept and are satisfied by the same set of template argument lists,
3924+
\end{itemize}
3925+
but do not correspond,
39153926
the program is ill-formed, no diagnostic required.
39163927

39173928
\pnum

0 commit comments

Comments
 (0)