Allow empty field function arguments for default?

ixid nuaccount at gmail.com
Thu Apr 19 07:34:41 PDT 2012


And while I think about it why not allow the following to make b 
and c int rather than have to redeclare the type each time?

int fun(int a = 1, b = 2, c = 3)
{
     return a + b + c;
}


More information about the Digitalmars-d-learn mailing list