Skip to content

Commit

Permalink
[dcl.align] Avoid 'shall' for a requirement on the implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
jensmaurer committed Nov 14, 2016
1 parent e0f0311 commit b060cd3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/declarations.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3804,9 +3804,9 @@
\end{itemize}

\pnum
When the \grammarterm{alignment-specifier}{} is of the form
\tcode{alignas(} \grammarterm{type-id} \tcode{)}, it shall have the same
effect as \tcode{alignas(\brk{}alignof(}\grammarterm{type-id}\tcode{))}~(\ref{expr.alignof}).
An \grammarterm{alignment-specifier} of the form
\tcode{alignas(} \grammarterm{type-id} \tcode{)} has the same
effect as \tcode{alignas(\brk{}alignof(} \grammarterm{type-id}~\tcode{))}~(\ref{expr.alignof}).

\pnum
The alignment requirement of an entity is the strictest non-zero alignment
Expand Down

0 comments on commit b060cd3

Please sign in to comment.