summaryrefslogtreecommitdiffstats
path: root/Help/variable
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-04-04 11:54:08 (GMT)
committerStephen Kelly <steveire@gmail.com>2014-04-08 09:05:56 (GMT)
commite7d6e1f44f0f3bcf7ded76ec8d649b7a0552778c (patch)
treede0fcbb4d64adc851fde71e15f58afe798b5fe04 /Help/variable
parent32c2acd65c3d48433a50a6c2f9fc00c2a1a699f4 (diff)
downloadCMake-e7d6e1f44f0f3bcf7ded76ec8d649b7a0552778c.zip
CMake-e7d6e1f44f0f3bcf7ded76ec8d649b7a0552778c.tar.gz
CMake-e7d6e1f44f0f3bcf7ded76ec8d649b7a0552778c.tar.bz2
Features: Add cxx_alignas.
cxx_alignof will be a separate feature known to CMake, because both can be implemented with separate backward compatibility versions.
Diffstat (limited to 'Help/variable')
-rw-r--r--Help/variable/CMAKE_CXX_KNOWN_FEATURES.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_CXX_KNOWN_FEATURES.rst b/Help/variable/CMAKE_CXX_KNOWN_FEATURES.rst
index 6c4bc15..043863f 100644
--- a/Help/variable/CMAKE_CXX_KNOWN_FEATURES.rst
+++ b/Help/variable/CMAKE_CXX_KNOWN_FEATURES.rst
@@ -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_.