https://issues.dlang.org/show_bug.cgi?id=6540
Andrej Mitrovic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WORKSFORME --- Comment #3 from Andrej Mitrovic <[email protected]> --- The errors are now: test.d(7): Error: invalid array operation v2 = this.v[] / 2.00000 (did you forget a [] ?) test.d(8): Error: cannot implicitly convert expression (v2) of type double[] to double[3] I'm closing this unless you find something else that's still wrong here. Thanks. --
