Features: Add cxx_alignas.

cxx_alignof will be a separate feature known to CMake, because
both can be implemented with separate backward compatibility
versions.
This commit is contained in:
Stephen Kelly
2014-04-04 13:54:08 +02:00
parent 32c2acd65c
commit e7d6e1f44f
4 changed files with 11 additions and 0 deletions

View File

@@ -17,6 +17,11 @@ The features known to this version of CMake are:
.. _N2258: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2258.pdf
``cxx_alignas``
Alignment control ``alignas``, as defined in N2341_.
.. _N2341: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2341.pdf
``cxx_auto_type``
Automatic type deduction, as defined in N1984_.