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 66a540e commit 487e870Copy full SHA for 487e870
source/basic.tex
@@ -1183,8 +1183,8 @@
1183
such names in the context discussed by a particular rule. Name lookup
1184
associates the use of a name with a set of declarations\iref{basic.def} of
1185
that name.
1186
-The declarations found by name lookup shall either all declare the same entity or
1187
-shall all declare functions;
+The declarations found by name lookup shall either all denote the same entity or
+shall all denote functions or function templates;
1188
in the latter case,
1189
the declarations are said to form a set of overloaded
1190
functions\iref{over.load}. Overload resolution\iref{over.match}
0 commit comments