We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebba9f3 commit e6bd946Copy full SHA for e6bd946
source/basic.tex
@@ -938,7 +938,11 @@
938
function, or
939
function template, or
940
\item
941
-each declares a function or function template, except when
+each declares a function or function template
942
+and they do not declare corresponding overloads.
943
+\end{itemize}
944
+Two function or function template declarations declare
945
+\defn{corresponding overloads} if:
946
\begin{itemize}
947
948
both declare functions with the same non-object-parameter-type-list,
@@ -955,7 +959,6 @@
955
959
\grammarterm{template-head}s and
956
960
trailing \grammarterm{requires-clause}s (if any).
957
961
\end{itemize}
958
-\end{itemize}
962
\begin{note}
963
Declarations can correspond even if neither binds a name.
964
\begin{example}
0 commit comments