Nested function seems unoverloadable

Artem Rebrov ar_other at mail.ru
Fri Jun 30 14:40:07 PDT 2006


void a(uint v) {}
void a(void* v) {}

void main()
{
	void b(uint v){}
	void b(void* v){} //reports an error
}


-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/



More information about the Digitalmars-d-bugs mailing list