Features: Add cxx_defaulted_move_initializers.

This commit is contained in:
Stephen Kelly
2014-04-06 11:22:49 +02:00
parent c4e672358c
commit 60c0d2dd81
4 changed files with 14 additions and 0 deletions

View File

@@ -62,6 +62,11 @@ The features known to this version of CMake are:
.. _N2346: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2346.htm
``cxx_defaulted_move_initializers``
Defaulted move initializers, as defined in N3053_.
.. _N3053: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2010/n3053.html
``cxx_delegating_constructors``
Delegating constructors, as defined in N1986_.