[Issue 7514] [e2ir] Error in e2ir at dynamic array to static array cast

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Jan 14 18:12:59 PST 2015


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

bearophile_hugs at eml.cc changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |minor

--- Comment #8 from bearophile_hugs at eml.cc ---
(In reply to Kenji Hara from comment #7)
> *** Issue 13849 has been marked as a duplicate of this issue. ***

Your have asked me to aggregate two different problems:
- This issue originally was just asking to remove the "e2ir" in the error
message. This is a bug report.
- Now this issue is also an enhancement request, asking for code like
"int[2][1] m = cast(int[2][1])[1, 2];" to be accepted.

--


More information about the Digitalmars-d-bugs mailing list