Skip to content

Commit e637d98

Browse files
[expr.alignof] Use "declared" for std::size_t
1 parent 46f4fb5 commit e637d98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/expressions.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5029,7 +5029,7 @@
50295029
\begin{note}
50305030
An \keyword{alignof} expression
50315031
is an integral constant expression\iref{expr.const}.
5032-
The type \tcode{std::size_t} is defined in the standard header
5032+
The \grammarterm{typedef-name} \tcode{std::size_t} is declared in the standard header
50335033
\libheader{cstddef}\iref{cstddef.syn,support.types.layout}.
50345034
\end{note}
50355035

0 commit comments

Comments
 (0)