[Issue 20477] incorrect error: cannot implicitly convert expression of type int to dchar
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Jan 4 15:40:15 UTC 2020
https://issues.dlang.org/show_bug.cgi?id=20477
Dominikus Dittes Scherkl <dominikus at scherkl.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dominikus at scherkl.de
--- Comment #1 from Dominikus Dittes Scherkl <dominikus at 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.
--
More information about the Digitalmars-d-bugs
mailing list