Shouldn't body be deprecated meanwhile?

Steven Schveighoffer schveiguy at gmail.com
Sat Dec 21 20:28:28 UTC 2019


On 12/21/19 12:45 PM, berni44 wrote:
> I just stumbled over [1] and asked myself, what's the current state of 
> DIP 1003? Does anyone know?
> 
> [1] https://issues.dlang.org/show_bug.cgi?id=19325

I mean, given that this works:

void main()
{
   int body = 5;
}

I don't know that we need to even deprecate it.

-Steve


More information about the Digitalmars-d mailing list