File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 310
310
an array operand, the set contains the potential results of that operand.
311
311
\item If $ E$ is a class member access
312
312
expression\iref {expr.ref } of the form
313
- \tcode { $ E_1 $ . \opt {template} $ E_2 $ }
313
+ $ E_1 $ \tcode {.} \opt {\tcode { template}} $ E_2 $
314
314
naming a non-static data member,
315
315
the set contains the potential results of $ E_1 $ .
316
316
\item If $ E$ is a class member access expression
317
317
naming a static data member,
318
318
the set contains the \grammarterm {id-expression} designating the data member.
319
319
\item If $ E$ is a pointer-to-member
320
320
expression\iref {expr.mptr.oper } of the form
321
- \tcode { $ E_1 $ .* $ E_2 $ } ,
321
+ $ E_1 $ \tcode {.*} $ E_2 $ ,
322
322
the set contains the potential results of $ E_1 $ .
323
323
\item If $ E$ has the form \tcode {($ E_1 $ )}, the set contains the
324
324
potential results of $ E_1 $ .
You can’t perform that action at this time.
0 commit comments