Variadic Templates are in C++0x

By Douglas Gregor

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.

2 Responses to “Variadic Templates are in C++0x”

  1. pongba Says:

    Awesome!!!

    This is a great feature, thanks, Doug, for this wonderful job:)

  2. Peter Bindels Says:

    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!

Leave a Reply