I understand this is legal for declaration wo definition (void fun(int);) but why allow this: void test(int){} ?
how come is this legal? 'void fun(int){ }' ?
Timothee Cour via Digitalmars-d-learn Sat, 13 Jun 2015 18:21:38 -0700
- how come is this legal? 'void fun(in... Timothee Cour via Digitalmars-d-learn
- Re: how come is this legal? 'vo... Adam D. Ruppe via Digitalmars-d-learn
- Re: how come is this legal? 'vo... Maxim Fomin via Digitalmars-d-learn
- Re: how come is this legal? 'vo... ketmar via Digitalmars-d-learn