Thread overview | |||||
---|---|---|---|---|---|
|
April 24, 2019 [Issue 19817] Incorrect common type for const enum and mutable enum when sized | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=19817 Hiroki Noda <kubo39@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kubo39@gmail.com --- Comment #1 from Hiroki Noda <kubo39@gmail.com> --- In E2 case, typeof(1 ? a : b) is converted to typeof(1 ? cast(int)a : cast(int)b). -- |
December 17, 2022 [Issue 19817] Incorrect common type for const enum and mutable enum when sized | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=19817 Iain Buclaw <ibuclaw@gdcproject.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P1 |P2 -- |
December 13 [Issue 19817] Incorrect common type for const enum and mutable enum when sized | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=19817 --- Comment #2 from dlangBugzillaToGithub <robert.schadek@posteo.de> --- THIS ISSUE HAS BEEN MOVED TO GITHUB https://github.com/dlang/dmd/issues/19558 DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB -- |
Copyright © 1999-2021 by the D Language Foundation