summaryrefslogtreecommitdiffstats
path: root/Help/variable
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-04-04 12:52:48 (GMT)
committerStephen Kelly <steveire@gmail.com>2014-04-08 09:05:56 (GMT)
commite74b216c90d33548e7b248276346a5d00eff5ee3 (patch)
tree767aea3539e89e92f178375de785a04dbd7419e3 /Help/variable
parentff80c3b4201918c2f30241972d3553a99571eed8 (diff)
downloadCMake-e74b216c90d33548e7b248276346a5d00eff5ee3.zip
CMake-e74b216c90d33548e7b248276346a5d00eff5ee3.tar.gz
CMake-e74b216c90d33548e7b248276346a5d00eff5ee3.tar.bz2
Features: Add cxx_generalized_initializers.
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 05fc1bd..9329968 100644
--- a/Help/variable/CMAKE_CXX_KNOWN_FEATURES.rst
+++ b/Help/variable/CMAKE_CXX_KNOWN_FEATURES.rst
@@ -77,6 +77,11 @@ The features known to this version of CMake are:
.. _N2928: http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2009/n2928.htm
+``cxx_generalized_initializers``
+ Initializer lists, as defined in N2672_.
+
+ .. _N2672: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2672.htm
+
``cxx_inheriting_constructors``
Inheriting constructors, as defined in N2540_.