
5 Aug
2006
5 Aug
'06
1:48 p.m.
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.
Doug, as always, you rock! Cheers! -- Joel de Guzman http://www.boost-consulting.com http://spirit.sf.net