Mantis 927
P1800-2009/D4
Change “it is has a cast” to “it has a cast”
In
Section 11.8
CHANGE
The type of a tagged
union expression must be known from its context (e.g., it is used in the
right-hand side
of an assignment to a variable whose type
is known, or it is has a cast, or it is used inside another expression from
which its type is known).
TO
The type of a tagged
union expression must be known from its context (e.g., it is used in the
right-hand side
of an assignment to a variable whose type
is known, or it is has a cast, or it is
used inside another expression from which its type is known).