[Issue 6540] Default struct constructor problem

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Apr 29 08:37:20 PDT 2014


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

Andrej Mitrovic <andrej.mitrovich at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #3 from Andrej Mitrovic <andrej.mitrovich at gmail.com> ---
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.

--


More information about the Digitalmars-d-bugs mailing list