Function overloading

Vladimir v.voinkov at gmail.com
Tue Jul 31 01:35:57 PDT 2007


Hi there,

Why not to allow template function overloading? Like

void test (T) (T)
{
}

void test (int)
{
}




More information about the Digitalmars-d-learn mailing list