digitalmars.D.bugs - Unjustified conflict ( I guess ^^ )
- funog (10/10) Dec 19 2007 With dmd1.022 :
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








funog <funog ifrance.com>