http://d.puremagic.com/issues/show_bug.cgi?id=3069
yebblies <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch Priority|P3 |P2 CC| |[email protected] Version|1.045 |D1 & D2 Summary|Result of concatenation of |Issue 3069 - Array literals |static arrays does not |do not implicitly cast to |implicitly cast to void[] |void[] Severity|minor |normal --- Comment #1 from yebblies <[email protected]> 2011-09-07 19:17:14 EST --- Nothing to do with concatenation, array literals don't convert to void[]. void main() { ubyte id; void[] v = [id]; } https://github.com/D-Programming-Language/dmd/pull/371 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
