Features: Add cxx_default_function_template_args.

This commit is contained in:
Stephen Kelly
2014-04-06 10:41:01 +02:00
parent 7b3e8a0534
commit adf22f611e
4 changed files with 19 additions and 0 deletions

View File

@@ -52,6 +52,11 @@ The features known to this version of CMake are:
.. _N2343: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2343.pdf
``cxx_default_function_template_args``
Default template arguments for function templates, as defined in DR226_
.. _DR226: http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#226
``cxx_defaulted_functions``
Defaulted functions, as defined in N2346_.