summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-04-04 12:10:17 (GMT)
committerStephen Kelly <steveire@gmail.com>2014-04-08 09:05:56 (GMT)
commitff80c3b4201918c2f30241972d3553a99571eed8 (patch)
tree6f6c6d175a314e0e2ecd6e6a955563852cc865d2 /Help
parent7605fee593a00e0345a4842241ff1f2a043b7ebf (diff)
downloadCMake-ff80c3b4201918c2f30241972d3553a99571eed8.zip
CMake-ff80c3b4201918c2f30241972d3553a99571eed8.tar.gz
CMake-ff80c3b4201918c2f30241972d3553a99571eed8.tar.bz2
Features: Add cxx_attributes.
Diffstat (limited to 'Help')
-rw-r--r--Help/variable/CMAKE_CXX_KNOWN_FEATURES.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_CXX_KNOWN_FEATURES.rst b/Help/variable/CMAKE_CXX_KNOWN_FEATURES.rst
index 7e10853..05fc1bd 100644
--- a/Help/variable/CMAKE_CXX_KNOWN_FEATURES.rst
+++ b/Help/variable/CMAKE_CXX_KNOWN_FEATURES.rst
@@ -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_.