On Friday, February 10, 2012 12:51:37 Andrei Alexandrescu wrote: > Yes, this is ambiguous. The compiler would give an error then. Fortunately, it's easy to make it work (just add a template constraint for Args.length > 1), but if a function call is ambiguous, then it shouldn't compile. - Jonathan M Davis