Features: Add cxx_alias_templates.

This commit is contained in:
Stephen Kelly
2014-04-04 10:50:41 +02:00
parent 3300f78310
commit e1e292cd06
4 changed files with 18 additions and 0 deletions

View File

@@ -12,6 +12,11 @@ command.
The features known to this version of CMake are:
``cxx_alias_templates``
Template aliases, as defined in N2258_.
.. _N2258: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2258.pdf
``cxx_auto_type``
Automatic type deduction, as defined in N1984_.