File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change 2158
2158
\pnum
2159
2159
If the \grammarterm {id-expression} in a class member access is a
2160
2160
\grammarterm {qualified-id} of the form
2161
-
2162
- \begin {indented }
2163
- \tcode {class-name-or-namespace-name::...}
2164
- \end {indented }
2165
-
2161
+ \begin {codeblock }
2162
+ class-name-or-namespace-name::...
2163
+ \end {codeblock }
2166
2164
the \grammarterm {class-name-or-namespace-name} following the \tcode {.} or
2167
2165
\tcode {->} operator is
2168
2166
first looked up in the class of the object expression and the name, if found,
2173
2171
2174
2172
\pnum
2175
2173
If the \grammarterm {qualified-id} has the form
2176
-
2177
- \begin {indented }
2178
- \tcode {::class-name-or-namespace-name::...}
2179
- \end {indented }
2180
-
2174
+ \begin {codeblock }
2175
+ ::class-name-or-namespace-name::...
2176
+ \end {codeblock }
2181
2177
the \grammarterm {class-name-or-namespace-name} is looked up in global scope
2182
2178
as a \grammarterm {class-name} or \grammarterm {namespace-name}.
2183
2179
You can’t perform that action at this time.
0 commit comments