summaryrefslogtreecommitdiff
path: root/Help
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-04-06 10:38:50 +0200
committerStephen Kelly <steveire@gmail.com>2014-04-08 11:05:57 +0200
commit251a1f02a0ae7eb93690dd0daad8575a3c0451b3 (patch)
tree590be5032918bbb7fe758b35507fbc3f8ad253b3 /Help
parent53fe7773e6335b71161310a2c948bc99145ee59e (diff)
downloadcmake-251a1f02a0ae7eb93690dd0daad8575a3c0451b3.tar.gz
Features: Add cxx_local_type_template_args.
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 fab8535d69..1a76a3b7a3 100644
--- a/Help/variable/CMAKE_CXX_KNOWN_FEATURES.rst
+++ b/Help/variable/CMAKE_CXX_KNOWN_FEATURES.rst
@@ -117,6 +117,11 @@ The features known to this version of CMake are:
.. _N2927: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2009/n2927.pdf
+``cxx_local_type_template_args``
+ Local and unnamed types as template arguments, as defined in N2657_.
+
+ .. _N2657: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2657.htm
+
``cxx_noexcept``
Exception specifications, as defined in N3050_.