From: John Maddock (john_at_[hidden])
Date: 2008-08-26 04:51:02


Markus Werle wrote:
> But this code then only works if and only if the maximum number
> of arguments is exactly 10, right?

I hope not :-(

Because it's a function overload (rather than a template partial
specialisation) it should work as long as the max number of args is 10 or
more.

HTH, John.