Features: Add cxx_override.

This commit is contained in:
Stephen Kelly
2014-03-19 13:32:59 +01:00
parent 57ac6a905c
commit 0685ac6edc
4 changed files with 14 additions and 0 deletions
@@ -32,6 +32,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_override``
Override control ``override`` keyword, as defined in N2928_.
.. _N2928: http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2009/n2928.htm
``cxx_static_assert``
Static assert, as defined in N1720_.