Skip to content

Commit c6751dd

Browse files
committed
Mention using-declarators
1 parent 7d70ded commit c6751dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/templates.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@
143143
\begin{note}
144144
A template cannot have the same name as any other
145145
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}.
146+
that a function template can share a name with \grammarterm{using-declarator}s,
147+
a type, non-template functions\iref{dcl.fct} and/or function templates\iref{temp.over}.
148148
Specializations, including partial specializations\iref{temp.spec.partial},
149149
do not reintroduce or bind names.
150150
Their target scope is the target scope of the primary template,

0 commit comments

Comments
 (0)