On 2012-04-06 19:37, Steven Schveighoffer wrote:
> On Fri, 06 Apr 2012 12:53:51 -0400, Piotr Szturmaj
>> struct Author { string name = "empty"; }
>> // struct Author { string name; } - this works too
>
> I think the point is, we should disallow:
>
> @Author int x;
>
> -Steve
Why?
--
/Jacob Carlborg