Skip to content

Commit

Permalink
Merge branch 'doc-virtual-override-specifiers-links' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
bradking committed Jan 19, 2015
2 parents 5806f6c + d8f93f6 commit 4457869
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Help/prop_gbl/CMAKE_CXX_KNOWN_FEATURES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,11 @@ The features known to this version of CMake are:
.. _N1987: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n1987.htm

``cxx_final``
Override control ``final`` keyword, as defined in N2928_.
Override control ``final`` keyword, as defined in N2928_, N3206_ and N3272_.

.. _N2928: http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2009/n2928.htm
.. _N3206: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2010/n3206.htm
.. _N3272: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2011/n3272.htm

``cxx_func_identifier``
Predefined ``__func__`` identifier, as defined in N2340_.
Expand Down Expand Up @@ -195,9 +197,12 @@ The features known to this version of CMake are:
.. _N2431: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2431.pdf

``cxx_override``
Override control ``override`` keyword, as defined in N2928_.
Override control ``override`` keyword, as defined in N2928_, N3206_
and N3272_.

.. _N2928: http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2009/n2928.htm
.. _N3206: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2010/n3206.htm
.. _N3272: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2011/n3272.htm

``cxx_range_for``
Range-based for, as defined in N2930_.
Expand Down

0 comments on commit 4457869

Please sign in to comment.