Skip to content

Commit

Permalink
[basic.def.odr] Add missing "potential results of" in one case in the
Browse files Browse the repository at this point in the history
recursive definition of the set of potential results.

This definition is intended to be a recursive formulation that produces
a set of id-expressions, as explained in the introductory sentence, so
it's clear that we were just missing the recursion in one bullet rather
than trying to terminate the recursion early in this case.
  • Loading branch information
zygoloid committed Aug 9, 2016
1 parent fa624a6 commit a903170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/basic.tex
Expand Up @@ -287,7 +287,7 @@
\grammarterm{id-expression}~(\ref{expr.prim.id}), the set
contains only \tcode{e}.
\item If \tcode{e} is a subscripting operation~(\ref{expr.sub}) with
an array operand, the set contains that operand.
an array operand, the set contains the potential results of that operand.
\item If \tcode{e} is a class member access
expression~(\ref{expr.ref}), the set contains the potential results of
the object expression.
Expand Down

0 comments on commit a903170

Please sign in to comment.