File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 1777
1777
such a name undergoes unqualified name lookup from the point where it appears.
1778
1778
1779
1779
\pnum
1780
- An unqualified name that is a component name\iref {expr.prim.id.unqual } of
1780
+ If a \grammarterm {conversion-function-id} is a qualified name
1781
+ with lookup context $ S$ \iref {basic.lookup.qual },
1782
+ an unqualified name $ U$ that is a component name\iref {expr.prim.id.unqual } of
1781
1783
a \grammarterm {type-specifier} or \grammarterm {ptr-operator} of
1782
- a \grammarterm {conversion-type-id} is looked up in the same fashion
1783
- as the \grammarterm {conversion-function-id} in which it appears.
1784
- If that lookup finds nothing, it undergoes unqualified name lookup;
1785
- in each case, only names
1784
+ its \grammarterm {conversion-type-id} is looked up in $ S$ ;
1785
+ otherwise, or if that lookup finds nothing, $ U$ undergoes unqualified name lookup.
1786
+ In each case, only names
1786
1787
that denote types or templates whose specializations are types are considered.
1787
1788
\begin {example }
1788
1789
\begin {codeblock }
You can’t perform that action at this time.
0 commit comments