[Issue 19374] TypeVector undefined in grammar
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Nov 20 15:21:09 UTC 2018
https://issues.dlang.org/show_bug.cgi?id=19374
Basile B. <b2.temp at gmx.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |b2.temp at gmx.com
--- Comment #1 from Basile B. <b2.temp at gmx.com> ---
dparse was affected by this missing rule.
It's actually:
TypeVector:
'__vector'
'__vector' '(' Type ')'
because things like if `(is(T == __vector))` are valid.
--
More information about the Digitalmars-d-bugs
mailing list