| author | |
| committer | |
| log | 8c631ebfeeed9b2338b3f4a280f6679c527f487b |
| tree | 7596c2eb8233853c8412abcab72f42598da6c1a3 |
| parent | b074299124e1403d48d9904c6ab855b7c72df9e0 |
1 files changed, 1 insertions(+), 0 deletions(-)
doc/langref.html.in+1| ... | ... | @@ -2496,6 +2496,7 @@ or |
| 2496 | 2496 | {#header_open|packed union#} |
| 2497 | 2497 | <p>A {#syntax#}packed union{#endsyntax#} has well-defined in-memory layout and is eligible |
| 2498 | 2498 | to be in a {#link|packed struct#}.</p> |
| 2499 | <p>All fields in a packed union must have the same {#link|@bitSizeOf#}.</p> | |
| 2499 | 2500 | {#header_close#} |
| 2500 | 2501 | |
| 2501 | 2502 | {#header_open|Anonymous Union Literals#} |