=void in struct definition

Simen Kjærås simen.kjaras at gmail.com
Mon Apr 9 11:18:37 UTC 2018


On Monday, 9 April 2018 at 11:06:50 UTC, Shachar Shemesh wrote:
> struct S {
>   int a;
>   int[5000] arr = void;
> }
>
> void func() {
>   S s;
> }
>
> During the s initialization, the entire "S" area is 
> initialized, including the member arr which we asked to be = 
> void.
>
> Is this a bug?

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

--
   Simen


More information about the Digitalmars-d mailing list