On Friday, 16 March 2012 at 18:31:58 UTC, Kevin Cox wrote: > But then you have to write it each time. Nah, it just works, at least for the implicit calls: checkConsistency(1, "2", 3); // calls checkConsistenct!(__FILE__, __LINE__, int, string, int)(1, "2", 3);