We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
std::ptrdiff_t
1 parent e637d98 commit c97427aCopy full SHA for c97427a
source/expressions.tex
@@ -6273,7 +6273,7 @@
6273
\indextext{comparison!undefined pointer}%
6274
When two pointer expressions \tcode{P} and \tcode{Q} are subtracted,
6275
the type of the result is an \impldef{type of \tcode{ptrdiff_t}} signed
6276
-integral type; this type shall be the same type that is defined as
+integral type; this type shall be the same type that is named by
6277
\tcode{std::ptrdiff_t} in the \libheader{cstddef}
6278
header\iref{support.types.layout}.
6279
\begin{itemize}
0 commit comments