Features: Add cxx_inheriting_constructors.

This commit is contained in:
Stephen Kelly
2014-04-03 19:18:01 +02:00
parent ebab2015f9
commit a579a0aab4
4 changed files with 26 additions and 0 deletions
@@ -52,6 +52,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_inheriting_constructors``
Inheriting constructors, as defined in N2540_.
.. _N2540: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2540.htm
``cxx_override``
Override control ``override`` keyword, as defined in N2928_.