Skip to content

Commit 46f4fb5

Browse files
[expr.sizeof] Use "delared" for size_t
1 parent 4732b47 commit 46f4fb5

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
@@ -5010,7 +5010,7 @@
50105010
\begin{note}
50115011
A \keyword{sizeof} expression
50125012
is an integral constant expression\iref{expr.const}.
5013-
The type \tcode{std::size_t} is defined in the standard header
5013+
The \grammarterm{typedef-name} \tcode{std::size_t} is declared in the standard header
50145014
\libheader{cstddef}\iref{cstddef.syn,support.types.layout}.
50155015
\end{note}
50165016

0 commit comments

Comments
 (0)