Unjustified conflict ( I guess ^^ )

funog funog at ifrance.com
Wed Dec 19 00:20:09 PST 2007


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)





More information about the Digitalmars-d-bugs mailing list