Bug 13892 – Erroneous information on the variadic template page

Status
RESOLVED
Resolution
FIXED
Severity
minor
Priority
P1
Component
dlang.org
Product
D
Version
D2
Platform
All
OS
All
Creation time
2014-12-25T11:54:37Z
Last change time
2019-12-17T14:53:10Z
Keywords
trivial
Assigned to
No Owner
Creator
carado

Attachments

IDFilenameSummaryContent-TypeSize
1461tt.cppA working example of C++11 variadic templatestext/x-c++src213

Comments

Comment #0 by carado — 2014-12-25T11:54:37Z
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.