
27 Sep
2006
27 Sep
'06
7:10 a.m.
I think variadic templates are a big step forward for C++ libraries that deal with function objects, forwarding, and type-lists. If you're interested, please read the documentation, hack some code with the compiler, and tell your local C++ committee representative to vote for variadic templates in C++0x :)
Impressive! A must-have for C++0x without any doubt. Having precompiled binaries is a very nice detail. Variadic templates plus rvalue reference will rock C++. Thanks! Ion