www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - Unjustified conflict ( I guess ^^ )

With dmd1.022 :

void foo(T)(out T[] p)
{
	//...
}

void foo(out int p)
{
	//...
}


test.d(7): function test.foo conflicts with template test.foo(T) at test.d(2)
Dec 19 2007