[Issue 6092] Can't cast primitive to same-sized static array

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Jun 21 22:38:11 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=6092

Kenji Hara <k.hara.pg at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|rejects-valid               |
           Severity|normal                      |enhancement

--- Comment #2 from Kenji Hara <k.hara.pg at gmail.com> ---
>From the past, DMD glue layer does not support a cast from primitive type to
static array. And from 2.065, it's changed to semantic error.

Therefore, the rejection is intentional. Downgrade to enhancement issue.

--


More information about the Digitalmars-d-bugs mailing list