Features: Add cxx_attributes.

This commit is contained in:
Stephen Kelly
2014-04-04 14:10:17 +02:00
parent 7605fee593
commit ff80c3b420
4 changed files with 9 additions and 0 deletions
@@ -27,6 +27,11 @@ The features known to this version of CMake are:
.. _N2341: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2341.pdf
``cxx_attributes``
Generic attributes, as defined in N2761_.
.. _N2761: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2761.pdf
``cxx_auto_type``
Automatic type deduction, as defined in N1984_.