tmp/tmpp2zo2p_7/{from.md → to.md}
RENAMED
|
@@ -17,12 +17,12 @@ lookup rule above are the following:
|
|
| 17 |
the context in which the entire *postfix-expression* occurs.
|
| 18 |
- the lookup for a name specified in a *using-declaration* (
|
| 19 |
[[namespace.udecl]]) also finds class or enumeration names hidden
|
| 20 |
within the same scope ([[basic.scope.hiding]]).
|
| 21 |
|
| 22 |
-
In a lookup in which
|
| 23 |
-
|
| 24 |
|
| 25 |
- if the name specified after the *nested-name-specifier*, when looked
|
| 26 |
up in `C`, is the injected-class-name of `C` (Clause [[class]]), or
|
| 27 |
- in a *using-declaration* ([[namespace.udecl]]) that is a
|
| 28 |
*member-declaration*, if the name specified after the
|
|
|
|
| 17 |
the context in which the entire *postfix-expression* occurs.
|
| 18 |
- the lookup for a name specified in a *using-declaration* (
|
| 19 |
[[namespace.udecl]]) also finds class or enumeration names hidden
|
| 20 |
within the same scope ([[basic.scope.hiding]]).
|
| 21 |
|
| 22 |
+
In a lookup in which function names are not ignored[^9] and the
|
| 23 |
+
*nested-name-specifier* nominates a class `C`:
|
| 24 |
|
| 25 |
- if the name specified after the *nested-name-specifier*, when looked
|
| 26 |
up in `C`, is the injected-class-name of `C` (Clause [[class]]), or
|
| 27 |
- in a *using-declaration* ([[namespace.udecl]]) that is a
|
| 28 |
*member-declaration*, if the name specified after the
|