Features: Add cxx_variadic_templates.

Expect cxx_variadic_templates to implement N2555.

N2555 is essentially a bugfix and predates most compiler releases which
aimed to experimentally support variadic templates.
This commit is contained in:
Stephen Kelly
2014-04-02 15:02:41 +02:00
parent 750dfee29c
commit 10f33eee1d
4 changed files with 85 additions and 1 deletions

View File

@@ -21,3 +21,8 @@ The features known to this version of CMake are:
Delegating constructors, as defined in N1986_.
.. _N1986: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n1986.pdf
``cxx_variadic_templates``
Variadic templates, as defined in N2242_.
.. _N2242: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2242.pdf