[Issue 19817] Incorrect common type for const enum and mutable enum when sized
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Apr 24 03:28:38 UTC 2019
https://issues.dlang.org/show_bug.cgi?id=19817
Hiroki Noda <kubo39 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kubo39 at gmail.com
--- Comment #1 from Hiroki Noda <kubo39 at gmail.com> ---
In E2 case, typeof(1 ? a : b) is converted to typeof(1 ? cast(int)a :
cast(int)b).
--
More information about the Digitalmars-d-bugs
mailing list