Features: Add cxx_unrestricted_unions.

This commit is contained in:
Stephen Kelly
2014-04-04 11:06:02 +02:00
parent 3322b393a2
commit 9064f78b0c
4 changed files with 18 additions and 0 deletions

View File

@@ -127,6 +127,11 @@ The features known to this version of CMake are:
.. _N2442: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2442.htm
``cxx_unrestricted_unions``
Unrestricted unions, as defined in N2544_.
.. _N2544: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2544.pdf
``cxx_user_literals``
User-defined literals, as defined in N2765_.