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 7d70ded commit c6751ddCopy full SHA for c6751dd
source/templates.tex
@@ -143,8 +143,8 @@
143
\begin{note}
144
A template cannot have the same name as any other
145
name bound in the same scope\iref{basic.scope.scope}, except
146
-that a function template can share a name with a type, non-template
147
-functions\iref{dcl.fct} and/or function templates\iref{temp.over}.
+that a function template can share a name with \grammarterm{using-declarator}s,
+a type, non-template functions\iref{dcl.fct} and/or function templates\iref{temp.over}.
148
Specializations, including partial specializations\iref{temp.spec.partial},
149
do not reintroduce or bind names.
150
Their target scope is the target scope of the primary template,
0 commit comments