Skip to content

Commit 2c429ed

Browse files
committed
[basic.def.odr] Reduce excessive whitespace.
1 parent 5e01d59 commit 2c429ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/basic.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,15 +310,15 @@
310310
an array operand, the set contains the potential results of that operand.
311311
\item If $E$ is a class member access
312312
expression\iref{expr.ref} of the form
313-
\tcode{$E_1$ . \opt{template} $E_2$}
313+
$E_1$ \tcode{.} \opt{\tcode{template}} $E_2$
314314
naming a non-static data member,
315315
the set contains the potential results of $E_1$.
316316
\item If $E$ is a class member access expression
317317
naming a static data member,
318318
the set contains the \grammarterm{id-expression} designating the data member.
319319
\item If $E$ is a pointer-to-member
320320
expression\iref{expr.mptr.oper} of the form
321-
\tcode{$E_1$ .* $E_2$},
321+
$E_1$ \tcode{.*} $E_2$,
322322
the set contains the potential results of $E_1$.
323323
\item If $E$ has the form \tcode{($E_1$)}, the set contains the
324324
potential results of $E_1$.

0 commit comments

Comments
 (0)