Reply to Brad,
Restating in the form of a question... When would you _ever_ want {...} to not form a scope?
static if(foo)
{
int i;
float x;
}
Reply to Brad,
Restating in the form of a question... When would you _ever_ want {...} to not form a scope?
static if(foo)
{
int i;
float x;
}