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 310310an array operand, the set contains the potential results of that operand.
311311\item If $ E$ is a class member access
312312expression\iref {expr.ref } of the form
313- \tcode { $ E_1 $ . \opt {template} $ E_2 $ }
313+ $ E_1 $ \tcode {.} \opt {\tcode { template}} $ E_2 $
314314naming a non-static data member,
315315the set contains the potential results of $ E_1 $ .
316316\item If $ E$ is a class member access expression
317317naming a static data member,
318318the set contains the \grammarterm {id-expression} designating the data member.
319319\item If $ E$ is a pointer-to-member
320320expression\iref {expr.mptr.oper } of the form
321- \tcode { $ E_1 $ .* $ E_2 $ } ,
321+ $ E_1 $ \tcode {.*} $ E_2 $ ,
322322the set contains the potential results of $ E_1 $ .
323323\item If $ E$ has the form \tcode {($ E_1 $ )}, the set contains the
324324potential results of $ E_1 $ .
You can’t perform that action at this time.
0 commit comments