problem with template arguments deduction

Zhenya zheny at list.ru
Wed May 30 23:31:34 PDT 2012


And, one more thing
if we have the following code:
template foo (T)
{
         auto foo (U) (U arg)
         {
         }
}
...
foo!(int)('!');
determine whether the compiler that this specialization is to an 
external template?



More information about the Digitalmars-d-learn mailing list