File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 51545154\begin {note }
51555155A \keyword {sizeof} expression
51565156is an integral constant expression\iref {expr.const }.
5157- The type \tcode {std::size_t} is defined in the standard header
5157+ The \grammarterm {typedef-name} \tcode {std::size_t} is declared in the standard header
51585158\libheader {cstddef}\iref {cstddef.syn,support.types.layout }.
51595159\end {note }
51605160
51735173\begin {note }
51745174An \keyword {alignof} expression
51755175is an integral constant expression\iref {expr.const }.
5176- The type \tcode {std::size_t} is defined in the standard header
5176+ The \grammarterm {typedef-name} \tcode {std::size_t} is declared in the standard header
51775177\libheader {cstddef}\iref {cstddef.syn,support.types.layout }.
51785178\end {note }
51795179
64356435\indextext {comparison!undefined pointer}%
64366436When two pointer expressions \tcode {P} and \tcode {Q} are subtracted,
64376437the type of the result is an \impldef {type of \tcode {ptrdiff_t}} signed
6438- integral type; this type shall be the same type that is defined as
6438+ integral type; this type shall be the same type that is named by
64396439\tcode {std::ptrdiff_t} in the \libheader {cstddef}
64406440header\iref {support.types.layout }.
64416441\begin {itemize }
You can’t perform that action at this time.
0 commit comments