Features: Add cxx_extern_templates.

This commit is contained in:
Stephen Kelly
2014-04-04 13:11:37 +02:00
parent 9064f78b0c
commit 32c2acd65c
4 changed files with 20 additions and 0 deletions

View File

@@ -52,6 +52,11 @@ The features known to this version of CMake are:
.. _N2437: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2437.pdf
``cxx_extern_templates``
Extern templates, as defined in N1987_.
.. _N1987: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n1987.htm
``cxx_final``
Override control ``final`` keyword, as defined in N2928_.