mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-26 00:00:39 -05:00
WCDH: Document the alignof and alignas wrapper macros.
This commit is contained in:
@@ -146,6 +146,16 @@
|
|||||||
# ``[[deprecated]]`` attribute or a compiler-specific decorator such
|
# ``[[deprecated]]`` attribute or a compiler-specific decorator such
|
||||||
# as ``__attribute__((__deprecated__))`` used by GNU compilers.
|
# as ``__attribute__((__deprecated__))`` used by GNU compilers.
|
||||||
#
|
#
|
||||||
|
# The ``cxx_alignas`` feature provides a macro definition
|
||||||
|
# ``<PREFIX>_ALIGNAS`` which expands to either the standard ``alignas``
|
||||||
|
# decorator or a compiler-specific decorator such as
|
||||||
|
# ``__attribute__ ((__aligned__))`` used by GNU compilers.
|
||||||
|
#
|
||||||
|
# The ``cxx_alignof`` feature provides a macro definition
|
||||||
|
# ``<PREFIX>_ALIGNOF`` which expands to either the standard ``alignof``
|
||||||
|
# decorator or a compiler-specific decorator such as ``__alignof__``
|
||||||
|
# used by GNU compilers.
|
||||||
|
#
|
||||||
# ============================= ================================ =====================
|
# ============================= ================================ =====================
|
||||||
# Feature Define Symbol
|
# Feature Define Symbol
|
||||||
# ============================= ================================ =====================
|
# ============================= ================================ =====================
|
||||||
|
|||||||
Reference in New Issue
Block a user