On 12/15/10 7:57 PM, Jonathan M Davis wrote: > By the way, what does IFTI stand for? Implicit Function Template Instantiation, which allows you to do »void foo(T)(T bar) {}; foo(5);« without manually specifying the template parameter. David