On 9/16/16 2:03 PM, Antonio Corbi wrote:

Hi Jonathan!

Probably this entry in https://dlang.org/spec/arrays.html#usage confused
me a bit.

int[3] s;
....
s = ...;   // error, since s is a compiled in static
           // reference to an array.

Thanks for your help!
Antonio

Yeah, that's bad.

https://github.com/dlang/dlang.org/pull/1474

-Steve

Reply via email to