Skip to content

Commit 487e870

Browse files
jensmaurerzygoloid
authored andcommitted
[basic.lookup] Clarify name lookup consistency
1 parent 66a540e commit 487e870

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/basic.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1183,8 +1183,8 @@
11831183
such names in the context discussed by a particular rule. Name lookup
11841184
associates the use of a name with a set of declarations\iref{basic.def} of
11851185
that name.
1186-
The declarations found by name lookup shall either all declare the same entity or
1187-
shall all declare functions;
1186+
The declarations found by name lookup shall either all denote the same entity or
1187+
shall all denote functions or function templates;
11881188
in the latter case,
11891189
the declarations are said to form a set of overloaded
11901190
functions\iref{over.load}. Overload resolution\iref{over.match}

0 commit comments

Comments
 (0)