On Fri, Oct 1, 2010 at 08:35, Sebastian Schuberth <sschube...@gmail.com> wrote:
> You're right, I want exactly N T's, but from reading the section about > "Typesafe Variadic Functions" at [1], I thought I'm doing exactly that. The > example "For static arrays" has a comment which says for a declaration like (...) > would not work, so I thought "...", if following a statically sized array, > is a special syntax to allow the array to be initialized from exactly N > scalar values. > So I thought I'm doing the right thing :-) Wow, I keep forgetting about this syntax. Looking at it in the light of your example, it seems quite useful. Philippe