From: John Maddock (john_at_[hidden])
Date: 2006-08-05 08:57:42


Doug Gregor wrote:
> Hello Fellow Boosters,
>
> I have just completed implementing support for "Variadic Templates"
> in GCC. Variadic templates are C++ templates that can accept any
> number of "extra" template arguments, just like a function that uses
> C-style varargs (with "...") can accept any number of extra
> arguments. Unlike C varags, however, variadic templates work both for
> class templates and function templates, and are completely type-safe.

Wow, very cool idea, but the pdf's aren't on the web site it seems.

John.