summaryrefslogtreecommitdiffstats
path: root/Help/variable
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-04-06 08:41:01 (GMT)
committerStephen Kelly <steveire@gmail.com>2014-04-08 09:05:57 (GMT)
commitadf22f611e2e4213df31cc7e1d8c1513847b72ff (patch)
tree9fbec7dfb2deb4fb0122f4f7ad6260ddd76fe1b2 /Help/variable
parent7b3e8a05349e13ee300980c1a4789cc9175a6c42 (diff)
downloadCMake-adf22f611e2e4213df31cc7e1d8c1513847b72ff.zip
CMake-adf22f611e2e4213df31cc7e1d8c1513847b72ff.tar.gz
CMake-adf22f611e2e4213df31cc7e1d8c1513847b72ff.tar.bz2
Features: Add cxx_default_function_template_args.
Diffstat (limited to 'Help/variable')
-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 710fdcf..1f9cbbd 100644
--- a/Help/variable/CMAKE_CXX_KNOWN_FEATURES.rst
+++ b/Help/variable/CMAKE_CXX_KNOWN_FEATURES.rst
@@ -52,6 +52,11 @@ The features known to this version of CMake are:
.. _N2343: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2343.pdf
+``cxx_default_function_template_args``
+ Default template arguments for function templates, as defined in DR226_
+
+ .. _DR226: http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#226
+
``cxx_defaulted_functions``
Defaulted functions, as defined in N2346_.