Created attachment 1461
A working example of C++11 variadic templates
On the page http://dlang.org/variadic-function-templates.html , it is mentioned that variadic templates are a C++ extension, and hence not a part of the language.
This is false as of C++11, as the attached code works pretty much exactly as the page mentions when compiled with C++11 or C++14 support, and C++11 has been the current version of C++ for a while now.
Thank you for your time.