Features: Add cxx_right_angle_brackets.

This commit is contained in:
Stephen Kelly
2014-04-06 10:17:20 +02:00
parent 9a49fd21be
commit 7b3e8a0534
4 changed files with 19 additions and 0 deletions
@@ -137,6 +137,11 @@ The features known to this version of CMake are:
.. _N2439: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2439.htm
``cxx_right_angle_brackets``
Right angle bracket parsing, as defined in N1757_.
.. _N1757: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1757.html
``cxx_rvalue_references``
R-value references, as defined in N2118_.