We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73bb723 commit 218cee1Copy full SHA for 218cee1
source/classes.tex
@@ -796,9 +796,10 @@
796
\item
797
corresponding entities have the same alignment requirements\iref{basic.align},
798
799
-either both entities are declared with
800
-the \tcode{no_unique_address} attribute\iref{dcl.attr.nouniqueaddr}
801
-or neither is, and
+if a \grammarterm{has-attribute-expression}\iref{cpp.cond}
+is not \tcode{0} for the \tcode{no_unique_address} attribute,
+then neither entity is declared with
802
+the \tcode{no_unique_address} attribute\iref{dcl.attr.nouniqueaddr}, and
803
804
either both entities are bit-fields with the same width
805
or neither is a bit-field.
0 commit comments