summaryrefslogtreecommitdiff
path: root/Examples/test-suite/python/cpp11_variadic_function_templates_runme.py
Commit message (Collapse)AuthorAgeFilesLines
* Instantiation of C++11 variadic function templatesWilliam S Fulton2023-01-031-0/+20
Complete support for C++11 variadic function templates. Support was previously limited to just one template parameter. Now zero or more template parameters are supported in the %template instantiation.