[Issue 1887] compiler freeze on array of dyn. arrays with empty first initializer
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Mar 2 17:39:42 PST 2008
http://d.puremagic.com/issues/show_bug.cgi?id=1887
------- Comment #1 from bugzilla at digitalmars.com 2008-03-02 19:39 -------
I'll fix the freezing issue, but the current way the type of the array is
deduced is by looking at the type of the first element. With [] being the first
element, its type is void[], which doesn't match the rest of the elements. Try
casting the [] to int[].
--
More information about the Digitalmars-d-bugs
mailing list