Features: Add cxx_defaulted_functions.

This commit is contained in:
Stephen Kelly
2014-04-03 00:12:02 +02:00
parent 7e748417bc
commit 91f3699000
4 changed files with 16 additions and 0 deletions
@@ -27,6 +27,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_defaulted_functions``
Defaulted functions, as defined in N2346_.
.. _N2346: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2346.htm
``cxx_delegating_constructors``
Delegating constructors, as defined in N1986_.