 
            
            
            
            
                5 Aug
                
                    2006
                
            
            
                5 Aug
                
                '06
                
            
            
            
        
    
                4:57 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.
Wow, very cool idea, but the pdf's aren't on the web site it seems. John.