tmp/tmp62hgbb7e/{from.md → to.md}
RENAMED
|
@@ -108,12 +108,12 @@ lookup rule above are the following:
|
|
| 108 |
the context in which the entire *postfix-expression* occurs.
|
| 109 |
- the lookup for a name specified in a *using-declaration* (
|
| 110 |
[[namespace.udecl]]) also finds class or enumeration names hidden
|
| 111 |
within the same scope ([[basic.scope.hiding]]).
|
| 112 |
|
| 113 |
-
In a lookup in which
|
| 114 |
-
|
| 115 |
|
| 116 |
- if the name specified after the *nested-name-specifier*, when looked
|
| 117 |
up in `C`, is the injected-class-name of `C` (Clause [[class]]), or
|
| 118 |
- in a *using-declaration* ([[namespace.udecl]]) that is a
|
| 119 |
*member-declaration*, if the name specified after the
|
|
|
|
| 108 |
the context in which the entire *postfix-expression* occurs.
|
| 109 |
- the lookup for a name specified in a *using-declaration* (
|
| 110 |
[[namespace.udecl]]) also finds class or enumeration names hidden
|
| 111 |
within the same scope ([[basic.scope.hiding]]).
|
| 112 |
|
| 113 |
+
In a lookup in which function names are not ignored[^9] and the
|
| 114 |
+
*nested-name-specifier* nominates a class `C`:
|
| 115 |
|
| 116 |
- if the name specified after the *nested-name-specifier*, when looked
|
| 117 |
up in `C`, is the injected-class-name of `C` (Clause [[class]]), or
|
| 118 |
- in a *using-declaration* ([[namespace.udecl]]) that is a
|
| 119 |
*member-declaration*, if the name specified after the
|