Skip to content

Commit c97427a

Browse files
[expr.add] Reword specification for std::ptrdiff_t
1 parent e637d98 commit c97427a

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
@@ -6273,7 +6273,7 @@
62736273
\indextext{comparison!undefined pointer}%
62746274
When two pointer expressions \tcode{P} and \tcode{Q} are subtracted,
62756275
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
6276+
integral type; this type shall be the same type that is named by
62776277
\tcode{std::ptrdiff_t} in the \libheader{cstddef}
62786278
header\iref{support.types.layout}.
62796279
\begin{itemize}

0 commit comments

Comments
 (0)