Merge topic 'cxx98-features'

a36b957f Features: Add cxx_template_template_parameters.
This commit is contained in:
Brad King
2014-04-30 09:42:00 -04:00
committed by CMake Topic Stage
8 changed files with 56 additions and 0 deletions

View File

@@ -236,3 +236,6 @@ The features known to this version of CMake are:
Variadic templates, as defined in N2242_.
.. _N2242: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2242.pdf
``cxx_template_template_parameters``
Template template parameters, as defined in ``ISO/IEC 14882:1998``.