other array types than char in templates?

dennis luehring dl.soluz at gmx.net
Tue May 29 12:43:57 PDT 2007


what is the reason for allowing this

template test(char[] bla)
{
...
}


but not

template test(int[] bla)
{
...
}

or other bultin(own) types?

ciao dennis



More information about the Digitalmars-d mailing list