Variadic templates have now been accepted into C++0x and will be in the next C++0x working paper. Variadic templates have the distinction of being the only C++0x feature that has made it completely through the Core Working Group and into the working paper within a single committee meeting.
Variadic templates are implemented in ConceptGCC alpha 6 and in the experimental C++0x mode in GCC 4.3.
April 25, 2007 at 2:23 pm |
Awesome!!!
This is a great feature, thanks, Doug, for this wonderful job:)
May 15, 2007 at 9:02 am |
Finally I can be sure that my recently produced code will compile in the future. Thanks for this great feature that made a lot of the code a lot more readable and less preprocessor dependant!