Features: Add cxx_decltype.

This commit is contained in:
Stephen Kelly
2014-04-03 00:08:49 +02:00
parent 8d3467636c
commit 7e748417bc
4 changed files with 14 additions and 0 deletions
@@ -22,6 +22,11 @@ The features known to this version of CMake are:
.. _N2235: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2235.pdf
``cxx_decltype``
Decltype, as defined in N2343_.
.. _N2343: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2343.pdf
``cxx_delegating_constructors``
Delegating constructors, as defined in N1986_.