Thread overview | |||||
---|---|---|---|---|---|
|
January 04, 2020 [Issue 20477] incorrect error: cannot implicitly convert expression of type int to dchar | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=20477 Dominikus Dittes Scherkl <dominikus@scherkl.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dominikus@scherkl.de --- Comment #1 from Dominikus Dittes Scherkl <dominikus@scherkl.de> --- dchar is designed to contain unicode values, which are limited to the range 0x00000000 to 0x0010FFFF == 1114111, so the given literal is outside this range. -- |
December 17, 2022 [Issue 20477] incorrect error: cannot implicitly convert expression of type int to dchar | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=20477 Iain Buclaw <ibuclaw@gdcproject.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P1 |P3 -- |
December 13 [Issue 20477] incorrect error: cannot implicitly convert expression of type int to dchar | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=20477 --- Comment #2 from dlangBugzillaToGithub <robert.schadek@posteo.de> --- THIS ISSUE HAS BEEN MOVED TO GITHUB https://github.com/dlang/dmd/issues/19654 DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB -- |
Copyright © 1999-2021 by the D Language Foundation